pub enum MatrixIdent {
A,
B,
Accumulator,
}
Variants§
Trait Implementations§
Source§impl Clone for MatrixIdent
impl Clone for MatrixIdent
Source§fn clone(&self) -> MatrixIdent
fn clone(&self) -> MatrixIdent
Returns a copy 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 MatrixIdent
impl Debug for MatrixIdent
Source§impl<'de> Deserialize<'de> for MatrixIdent
impl<'de> Deserialize<'de> for MatrixIdent
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MatrixIdent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MatrixIdent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for MatrixIdent
impl Hash for MatrixIdent
Source§impl Ord for MatrixIdent
impl Ord for MatrixIdent
Source§fn cmp(&self, other: &MatrixIdent) -> Ordering
fn cmp(&self, other: &MatrixIdent) -> 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 MatrixIdent
impl PartialEq for MatrixIdent
Source§impl PartialOrd for MatrixIdent
impl PartialOrd for MatrixIdent
Source§impl Serialize for MatrixIdent
impl Serialize for MatrixIdent
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TypeHash for MatrixIdent
impl TypeHash for MatrixIdent
impl Copy for MatrixIdent
impl Eq for MatrixIdent
impl StructuralPartialEq for MatrixIdent
Auto Trait Implementations§
impl Freeze for MatrixIdent
impl RefUnwindSafe for MatrixIdent
impl Send for MatrixIdent
impl Sync for MatrixIdent
impl Unpin for MatrixIdent
impl UnwindSafe for MatrixIdent
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