pub enum MatValue {
Numeric(NumericSummary),
Struct(MatStruct),
Char(MatChar),
Cell(MatCell),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatValue
impl RefUnwindSafe for MatValue
impl Send for MatValue
impl Sync for MatValue
impl Unpin for MatValue
impl UnwindSafe for MatValue
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