pub enum MtError {
DtiNotFound(&'static str),
FailedToCreateInstance(&'static str),
FailedToOpenFile,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MtError
impl RefUnwindSafe for MtError
impl Send for MtError
impl Sync for MtError
impl Unpin for MtError
impl UnsafeUnpin for MtError
impl UnwindSafe for MtError
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