pub struct TensorAxis(/* private fields */);Implementations§
Source§impl TensorAxis
impl TensorAxis
Trait Implementations§
Source§impl Clone for TensorAxis
impl Clone for TensorAxis
Source§fn clone(&self) -> TensorAxis
fn clone(&self) -> TensorAxis
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TensorAxis
impl Debug for TensorAxis
Source§impl Hash for TensorAxis
impl Hash for TensorAxis
Source§impl Ord for TensorAxis
impl Ord for TensorAxis
Source§fn cmp(&self, other: &TensorAxis) -> Ordering
fn cmp(&self, other: &TensorAxis) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TensorAxis
impl PartialEq for TensorAxis
Source§impl PartialOrd for TensorAxis
impl PartialOrd for TensorAxis
impl Copy for TensorAxis
impl Eq for TensorAxis
impl StructuralPartialEq for TensorAxis
Auto Trait Implementations§
impl Freeze for TensorAxis
impl RefUnwindSafe for TensorAxis
impl Send for TensorAxis
impl Sync for TensorAxis
impl Unpin for TensorAxis
impl UnsafeUnpin for TensorAxis
impl UnwindSafe for TensorAxis
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