pub struct TensorDialect;Trait Implementations§
Source§impl Debug for TensorDialect
impl Debug for TensorDialect
Auto Trait Implementations§
impl Freeze for TensorDialect
impl RefUnwindSafe for TensorDialect
impl Send for TensorDialect
impl Sync for TensorDialect
impl Unpin for TensorDialect
impl UnsafeUnpin for TensorDialect
impl UnwindSafe for TensorDialect
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