pub struct UuidDep(pub Arc<dyn UuidGen>);Tuple Fields§
§0: Arc<dyn UuidGen>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for UuidDep
impl !UnwindSafe for UuidDep
impl Freeze for UuidDep
impl Send for UuidDep
impl Sync for UuidDep
impl Unpin for UuidDep
impl UnsafeUnpin for UuidDep
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