pub struct DeleteSessionTensor { /* private fields */ }
Expand description
Builder for the DeleteSessionTensor
operation.
Implementations§
Trait Implementations§
Source§impl Debug for DeleteSessionTensor
impl Debug for DeleteSessionTensor
Source§impl Default for DeleteSessionTensor
impl Default for DeleteSessionTensor
Source§fn default() -> DeleteSessionTensor
fn default() -> DeleteSessionTensor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteSessionTensor
impl RefUnwindSafe for DeleteSessionTensor
impl Send for DeleteSessionTensor
impl Sync for DeleteSessionTensor
impl Unpin for DeleteSessionTensor
impl UnwindSafe for DeleteSessionTensor
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