pub enum LoadingError {
FileNotFound,
InvalidFile,
}
Variants§
Trait Implementations§
Source§impl Debug for LoadingError
impl Debug for LoadingError
Auto Trait Implementations§
impl Freeze for LoadingError
impl RefUnwindSafe for LoadingError
impl Send for LoadingError
impl Sync for LoadingError
impl Unpin for LoadingError
impl UnwindSafe for LoadingError
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