pub enum TensorError {
Size,
}Variants§
Size
Trait Implementations§
Source§impl Debug for TensorError
impl Debug for TensorError
Source§impl PartialEq for TensorError
impl PartialEq for TensorError
Source§fn eq(&self, other: &TensorError) -> bool
fn eq(&self, other: &TensorError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TensorError
Auto Trait Implementations§
impl Freeze for TensorError
impl RefUnwindSafe for TensorError
impl Send for TensorError
impl Sync for TensorError
impl Unpin for TensorError
impl UnsafeUnpin for TensorError
impl UnwindSafe for TensorError
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