pub struct Simple(/* private fields */);Expand description
A UUID formatted as a simple, unadorned sequence of 32 hexadecimal digits.
Created by calling UUID::simple(), this wrapper implements Display
to render the UUID without hyphens or any other separators.
550e8400e29b41d4a716446655440000Trait Implementations§
impl Copy for Simple
Auto Trait Implementations§
impl Freeze for Simple
impl RefUnwindSafe for Simple
impl Send for Simple
impl Sync for Simple
impl Unpin for Simple
impl UnsafeUnpin for Simple
impl UnwindSafe for Simple
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