pub struct Uuid(/* private fields */);
Expand description
A Uuid as defined by the Core Specification (v5.4, Vol 3, Part B, Sec 2.5.1)
Implementations§
Trait Implementations§
Source§impl From<Uuid> for RecognizedUuid
impl From<Uuid> for RecognizedUuid
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