pub struct MRIDType(pub u128);Expand description
A Master Resource Identifier
Tuple Fields§
§0: u128Trait Implementations§
impl Copy for MRIDType
impl Eq for MRIDType
Source§impl Ord for MRIDType
impl Ord for MRIDType
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 MRIDType
impl PartialOrd for MRIDType
impl StructuralPartialEq for MRIDType
Source§impl YaDeserialize for MRIDType
impl YaDeserialize for MRIDType
fn deserialize<R: Read>(reader: &mut Deserializer<R>) -> Result<Self, String>
Source§impl YaSerialize for MRIDType
impl YaSerialize for MRIDType
Auto Trait Implementations§
impl Freeze for MRIDType
impl RefUnwindSafe for MRIDType
impl Send for MRIDType
impl Sync for MRIDType
impl Unpin for MRIDType
impl UnsafeUnpin for MRIDType
impl UnwindSafe for MRIDType
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