pub struct ExpandShapeOperationBuilder<'c, T0, T1, T2> { /* private fields */ }
Expand description
A builder for an expand_shape
operation.
Implementations§
source§impl<'c> ExpandShapeOperationBuilder<'c, Unset, Unset, Unset>
impl<'c> ExpandShapeOperationBuilder<'c, Unset, Unset, Unset>
source§impl<'c, T1, T2> ExpandShapeOperationBuilder<'c, Unset, T1, T2>
impl<'c, T1, T2> ExpandShapeOperationBuilder<'c, Unset, T1, T2>
pub fn result( self, result: Type<'c> ) -> ExpandShapeOperationBuilder<'c, Set, T1, T2>
source§impl<'c, T0, T2> ExpandShapeOperationBuilder<'c, T0, Unset, T2>
impl<'c, T0, T2> ExpandShapeOperationBuilder<'c, T0, Unset, T2>
pub fn src( self, src: Value<'c, '_> ) -> ExpandShapeOperationBuilder<'c, T0, Set, T2>
source§impl<'c, T0, T1> ExpandShapeOperationBuilder<'c, T0, T1, Unset>
impl<'c, T0, T1> ExpandShapeOperationBuilder<'c, T0, T1, Unset>
pub fn reassociation( self, reassociation: ArrayAttribute<'c> ) -> ExpandShapeOperationBuilder<'c, T0, T1, Set>
source§impl<'c> ExpandShapeOperationBuilder<'c, Set, Set, Set>
impl<'c> ExpandShapeOperationBuilder<'c, Set, Set, Set>
pub fn build(self) -> ExpandShapeOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1, T2> RefUnwindSafe for ExpandShapeOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> !Send for ExpandShapeOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> !Sync for ExpandShapeOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> Unpin for ExpandShapeOperationBuilder<'c, T0, T1, T2>
impl<'c, T0, T1, T2> UnwindSafe for ExpandShapeOperationBuilder<'c, T0, T1, T2>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more