Struct catalyst_entities::NonMaxError
source · pub struct NonMaxError;Trait Implementations§
Auto Trait Implementations§
impl ArchiveCopy for NonMaxError
impl NoInteriorMutability for NonMaxError
impl RefUnwindSafe for NonMaxError
impl Send for NonMaxError
impl Sync for NonMaxError
impl Unpin for NonMaxError
impl UnwindSafe for NonMaxError
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§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.