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