pub struct ZoneId(pub u64);Expand description
A globally unique zone identifier.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZoneId
impl<'de> Deserialize<'de> for ZoneId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ZoneId
impl Ord for ZoneId
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 PartialOrd for ZoneId
impl PartialOrd for ZoneId
impl Copy for ZoneId
impl Eq for ZoneId
impl StructuralPartialEq for ZoneId
Auto Trait Implementations§
impl Freeze for ZoneId
impl RefUnwindSafe for ZoneId
impl Send for ZoneId
impl Sync for ZoneId
impl Unpin for ZoneId
impl UnsafeUnpin for ZoneId
impl UnwindSafe for ZoneId
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