pub enum ErrorResolver {
Show 13 variants
Io,
FileNotOpen,
InvalidBufferLength,
InvalidPath,
InvalidOperation,
FileNotFound,
FileAlreadyExists,
FileInUse,
NotADirectory,
NoMedia,
OutOfMemory,
AccessDenied,
InternalError,
}Expand description
The resolver for an archived Error
Variants§
Io
The resolver for Error::Io
FileNotOpen
The resolver for Error::FileNotOpen
InvalidBufferLength
The resolver for Error::InvalidBufferLength
InvalidPath
The resolver for Error::InvalidPath
InvalidOperation
The resolver for Error::InvalidOperation
FileNotFound
The resolver for Error::FileNotFound
FileAlreadyExists
The resolver for Error::FileAlreadyExists
FileInUse
The resolver for Error::FileInUse
NotADirectory
The resolver for Error::NotADirectory
NoMedia
The resolver for Error::NoMedia
OutOfMemory
The resolver for Error::OutOfMemory
AccessDenied
The resolver for Error::AccessDenied
InternalError
The resolver for Error::InternalError
Auto Trait Implementations§
impl Freeze for ErrorResolver
impl RefUnwindSafe for ErrorResolver
impl Send for ErrorResolver
impl Sync for ErrorResolver
impl Unpin for ErrorResolver
impl UnwindSafe for ErrorResolver
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.