pub struct SerialU64<T: ?Sized>(/* private fields */);Implementations§
Trait Implementations§
impl<T: ?Sized> Copy for SerialU64<T>
impl<T: ?Sized> Eq for SerialU64<T>
Source§impl<T: ?Sized> From<NonZero<u64>> for SerialU64<T>
impl<T: ?Sized> From<NonZero<u64>> for SerialU64<T>
Source§fn from(val: NonZeroU64) -> Self
fn from(val: NonZeroU64) -> Self
Converts to this type from the input type.
impl<T: ?Sized + 'static> Id<T> for SerialU64<T>
Source§impl<T: ?Sized> Ord for SerialU64<T>
impl<T: ?Sized> Ord for SerialU64<T>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: ?Sized> PartialOrd for SerialU64<T>
impl<T: ?Sized> PartialOrd for SerialU64<T>
Auto Trait Implementations§
impl<T> Freeze for SerialU64<T>where
T: ?Sized,
impl<T> RefUnwindSafe for SerialU64<T>where
T: ?Sized,
impl<T> Send for SerialU64<T>where
T: ?Sized,
impl<T> Sync for SerialU64<T>where
T: ?Sized,
impl<T> Unpin for SerialU64<T>where
T: ?Sized,
impl<T> UnsafeUnpin for SerialU64<T>where
T: ?Sized,
impl<T> UnwindSafe for SerialU64<T>where
T: RefUnwindSafe + ?Sized,
Blanket Implementations§
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