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<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MatrixIdent
impl PartialEq for MatrixIdent
Source§impl Serialize for MatrixIdent
impl Serialize for MatrixIdent
impl Copy 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