pub struct UUID { /* private fields */ }
Expand description
A universally Unique Identifier, in a format which can be serialized according to LCS 4
Implementations§
Trait Implementations§
Source§impl DeserializeCopy for UUID
impl DeserializeCopy for UUID
Source§impl Deserializeable for UUID
impl Deserializeable for UUID
Source§impl Serializeable for UUID
impl Serializeable for UUID
impl Copy for UUID
impl Eq for UUID
impl StructuralPartialEq for UUID
Auto Trait Implementations§
impl Freeze for UUID
impl RefUnwindSafe for UUID
impl Send for UUID
impl Sync for UUID
impl Unpin for UUID
impl UnwindSafe for UUID
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