pub struct DestroyDnTensorOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a destroy_dn_tensor
operation.
Implementations§
source§impl<'c> DestroyDnTensorOperationBuilder<'c, Unset, Unset>
impl<'c> DestroyDnTensorOperationBuilder<'c, Unset, Unset>
source§impl<'c, T0, T1> DestroyDnTensorOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> DestroyDnTensorOperationBuilder<'c, T0, T1>
pub fn async_token( self, async_token: Type<'c> ) -> DestroyDnTensorOperationBuilder<'c, T0, T1>
source§impl<'c, T1> DestroyDnTensorOperationBuilder<'c, Unset, T1>
impl<'c, T1> DestroyDnTensorOperationBuilder<'c, Unset, T1>
pub fn async_dependencies( self, async_dependencies: &[Value<'c, '_>] ) -> DestroyDnTensorOperationBuilder<'c, Set, T1>
source§impl<'c, T0> DestroyDnTensorOperationBuilder<'c, T0, Unset>
impl<'c, T0> DestroyDnTensorOperationBuilder<'c, T0, Unset>
pub fn dn_tensor( self, dn_tensor: Value<'c, '_> ) -> DestroyDnTensorOperationBuilder<'c, T0, Set>
source§impl<'c> DestroyDnTensorOperationBuilder<'c, Set, Set>
impl<'c> DestroyDnTensorOperationBuilder<'c, Set, Set>
pub fn build(self) -> DestroyDnTensorOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for DestroyDnTensorOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for DestroyDnTensorOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for DestroyDnTensorOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for DestroyDnTensorOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for DestroyDnTensorOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
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