Struct irox_tools::uuid::UUID
source · pub struct UUID { /* private fields */ }Expand description
A basic UUID structure.
Implementations§
Trait Implementations§
source§impl From<&UUID> for Identifier
impl From<&UUID> for Identifier
source§impl From<UUID> for Identifier
impl From<UUID> for Identifier
source§impl Ord for UUID
impl Ord for UUID
source§impl PartialEq for UUID
impl PartialEq for UUID
source§impl PartialOrd for UUID
impl PartialOrd for UUID
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for UUID
impl Eq for UUID
impl StructuralEq for UUID
impl StructuralPartialEq for UUID
Auto Trait Implementations§
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