pub enum IsoBootError {
IsoNotFound,
IsoTooLarge,
ReadFailed,
MountFailed,
KernelNotFound,
InvalidIso,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsoBootError
impl RefUnwindSafe for IsoBootError
impl Send for IsoBootError
impl Sync for IsoBootError
impl Unpin for IsoBootError
impl UnwindSafe for IsoBootError
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