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