pub enum Uuid {}Expand description
Generates UUID blank node identifiers based on the uuid crate.
This is an enum type with different UUID versions supported
by the uuid library, so you can choose which kind of UUID
better fits your application.
Version 1 is not supported.
You need to enable the uuid-generator feature to
use this type.
You also need to enable the features of each version you need
in the uuid crate.
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