pub struct QUuid {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for QUuid
impl RefUnwindSafe for QUuid
impl Send for QUuid
impl Sync for QUuid
impl Unpin for QUuid
impl UnsafeUnpin for QUuid
impl UnwindSafe for QUuid
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