Struct mockable::DefaultUuidGenerator
source · pub struct DefaultUuidGenerator;Expand description
Trait Implementations§
source§impl UuidGenerator for DefaultUuidGenerator
impl UuidGenerator for DefaultUuidGenerator
source§fn generate_v4(&self) -> Uuid
fn generate_v4(&self) -> Uuid
Generates a new UUID V4.
Auto Trait Implementations§
impl RefUnwindSafe for DefaultUuidGenerator
impl Send for DefaultUuidGenerator
impl Sync for DefaultUuidGenerator
impl Unpin for DefaultUuidGenerator
impl UnwindSafe for DefaultUuidGenerator
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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