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