Struct catalyst_entities::NonMaxU32
source · #[repr(transparent)]pub struct NonMaxU32(_);Implementations§
Trait Implementations§
source§impl Archive for NonMaxU32where
u32: Archive,
impl Archive for NonMaxU32where u32: Archive,
source§impl<D: Fallible> Deserialize<NonMaxU32, D> for Archived<NonMaxU32>where
D::Error: From<NonMaxError>,
impl<D: Fallible> Deserialize<NonMaxU32, D> for Archived<NonMaxU32>where D::Error: From<NonMaxError>,
source§impl Ord for NonMaxU32
impl Ord for NonMaxU32
source§impl PartialEq<NonMaxU32> for NonMaxU32
impl PartialEq<NonMaxU32> for NonMaxU32
source§impl PartialOrd<NonMaxU32> for NonMaxU32
impl PartialOrd<NonMaxU32> for NonMaxU32
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for NonMaxU32
impl Eq for NonMaxU32
impl StructuralEq for NonMaxU32
impl StructuralPartialEq for NonMaxU32
Auto Trait Implementations§
impl ArchiveCopy for NonMaxU32
impl NoInteriorMutability for NonMaxU32
impl RefUnwindSafe for NonMaxU32
impl Send for NonMaxU32
impl Sync for NonMaxU32
impl Unpin for NonMaxU32
impl UnwindSafe for NonMaxU32
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.
source§impl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere T: Archive,
§type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
The archived counterpart of this type. Unlike
Archive, it may be unsized. Read more§type MetadataResolver = ()
type MetadataResolver = ()
The resolver for the metadata of this type. Read more
source§unsafe fn resolve_metadata(
&self,
_: usize,
_: <T as ArchiveUnsized>::MetadataResolver,
_: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
)
unsafe fn resolve_metadata( &self, _: usize, _: <T as ArchiveUnsized>::MetadataResolver, _: *mut <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata )
Creates the archived version of the metadata for this value at the given position and writes
it to the given output. Read more