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