Struct catalyst_entities::NonMaxU16
source · #[repr(transparent)]pub struct NonMaxU16(_);Implementations§
Trait Implementations§
source§impl Archive for NonMaxU16where
u16: Archive,
impl Archive for NonMaxU16where u16: Archive,
source§impl<D: Fallible> Deserialize<NonMaxU16, D> for Archived<NonMaxU16>where
D::Error: From<NonMaxError>,
impl<D: Fallible> Deserialize<NonMaxU16, D> for Archived<NonMaxU16>where D::Error: From<NonMaxError>,
source§impl Ord for NonMaxU16
impl Ord for NonMaxU16
source§impl PartialEq<NonMaxU16> for NonMaxU16
impl PartialEq<NonMaxU16> for NonMaxU16
source§impl PartialOrd<NonMaxU16> for NonMaxU16
impl PartialOrd<NonMaxU16> for NonMaxU16
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 NonMaxU16
impl Eq for NonMaxU16
impl StructuralEq for NonMaxU16
impl StructuralPartialEq for NonMaxU16
Auto Trait Implementations§
impl ArchiveCopy for NonMaxU16
impl NoInteriorMutability for NonMaxU16
impl RefUnwindSafe for NonMaxU16
impl Send for NonMaxU16
impl Sync for NonMaxU16
impl Unpin for NonMaxU16
impl UnwindSafe for NonMaxU16
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