pub struct SliceShapeOperationBuilder<'c, T0, O0, O1, O2> { /* private fields */ }Expand description
A builder for a slice_shape operation.
Implementations§
Source§impl<'c> SliceShapeOperationBuilder<'c, Unset, Unset, Unset, Unset>
impl<'c> SliceShapeOperationBuilder<'c, Unset, Unset, Unset, Unset>
Source§impl<'c, O0, O1, O2> SliceShapeOperationBuilder<'c, Unset, O0, O1, O2>
impl<'c, O0, O1, O2> SliceShapeOperationBuilder<'c, Unset, O0, O1, O2>
pub fn output( self, output: Type<'c>, ) -> SliceShapeOperationBuilder<'c, Set, O0, O1, O2>
Source§impl<'c, T0, O1, O2> SliceShapeOperationBuilder<'c, T0, Unset, O1, O2>
impl<'c, T0, O1, O2> SliceShapeOperationBuilder<'c, T0, Unset, O1, O2>
pub fn input( self, input: Value<'c, '_>, ) -> SliceShapeOperationBuilder<'c, T0, Set, O1, O2>
Source§impl<'c, T0, O2> SliceShapeOperationBuilder<'c, T0, Set, Unset, O2>
impl<'c, T0, O2> SliceShapeOperationBuilder<'c, T0, Set, Unset, O2>
pub fn start( self, start: Value<'c, '_>, ) -> SliceShapeOperationBuilder<'c, T0, Set, Set, O2>
Source§impl<'c, T0> SliceShapeOperationBuilder<'c, T0, Set, Set, Unset>
impl<'c, T0> SliceShapeOperationBuilder<'c, T0, Set, Set, Unset>
pub fn size( self, size: Value<'c, '_>, ) -> SliceShapeOperationBuilder<'c, T0, Set, Set, Set>
Source§impl<'c> SliceShapeOperationBuilder<'c, Set, Set, Set, Set>
impl<'c> SliceShapeOperationBuilder<'c, Set, Set, Set, Set>
pub fn build(self) -> SliceShapeOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, O1, O2> Freeze for SliceShapeOperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> RefUnwindSafe for SliceShapeOperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> !Send for SliceShapeOperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> !Sync for SliceShapeOperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> Unpin for SliceShapeOperationBuilder<'c, T0, O0, O1, O2>
impl<'c, T0, O0, O1, O2> UnwindSafe for SliceShapeOperationBuilder<'c, T0, O0, O1, O2>
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