#[repr(u8)]pub enum ArchivedInstallErrorwhere
Error: Archive,{
NotAnApp,
InvalidSignature,
FluxEmulatorMissing,
BuiltInApp,
PublisherMismatch,
AppRunning,
Fs(<Error as Archive>::Archived),
Internal,
}Expand description
An archived InstallError
Variants§
NotAnApp
The archived counterpart of InstallError::NotAnApp
InvalidSignature
The archived counterpart of InstallError::InvalidSignature
FluxEmulatorMissing
The archived counterpart of InstallError::FluxEmulatorMissing
BuiltInApp
The archived counterpart of InstallError::BuiltInApp
PublisherMismatch
The archived counterpart of InstallError::PublisherMismatch
AppRunning
The archived counterpart of InstallError::AppRunning
Fs(<Error as Archive>::Archived)
The archived counterpart of InstallError::Fs
Tuple Fields
§
0: <Error as Archive>::ArchivedThe archived counterpart of InstallError::Fs::0
Internal
The archived counterpart of InstallError::Internal
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedInstallError
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedInstallError
impl Portable for ArchivedInstallError
Auto Trait Implementations§
impl Freeze for ArchivedInstallError
impl RefUnwindSafe for ArchivedInstallError
impl Send for ArchivedInstallError
impl Sync for ArchivedInstallError
impl Unpin for ArchivedInstallError
impl UnsafeUnpin for ArchivedInstallError
impl UnwindSafe for ArchivedInstallError
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.