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