pub struct WrapperUuid;Trait Implementations§
Auto Trait Implementations§
impl Freeze for WrapperUuid
impl RefUnwindSafe for WrapperUuid
impl Send for WrapperUuid
impl Sync for WrapperUuid
impl Unpin for WrapperUuid
impl UnwindSafe for WrapperUuid
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