pub enum MatxError {
SizeError,
}
Variants§
SizeError
Trait Implementations§
impl StructuralPartialEq for MatxError
Auto Trait Implementations§
impl Freeze for MatxError
impl RefUnwindSafe for MatxError
impl Send for MatxError
impl Sync for MatxError
impl Unpin for MatxError
impl UnwindSafe for MatxError
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