pub enum ConstructFsError {
VmoReadError(Status),
ParsingError(ParsingError),
}
Variants§
Trait Implementations§
Source§impl Debug for ConstructFsError
impl Debug for ConstructFsError
Source§impl PartialEq for ConstructFsError
impl PartialEq for ConstructFsError
impl StructuralPartialEq for ConstructFsError
Auto Trait Implementations§
impl Freeze for ConstructFsError
impl RefUnwindSafe for ConstructFsError
impl Send for ConstructFsError
impl Sync for ConstructFsError
impl Unpin for ConstructFsError
impl UnwindSafe for ConstructFsError
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