pub struct MatChar {
pub name: String,
pub dims: Vec<usize>,
pub value: String,
}Fields§
§name: String§dims: Vec<usize>§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MatChar
impl RefUnwindSafe for MatChar
impl Send for MatChar
impl Sync for MatChar
impl Unpin for MatChar
impl UnwindSafe for MatChar
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