pub struct Uuid;Trait Implementations§
impl Assignable<Uuid> for Any
impl Assignable for Uuid
impl Compatible<Any> for Uuid
impl Compatible<Placeholder> for Uuid
impl Compatible<Uuid> for Any
impl Compatible<Uuid> for Placeholder
impl Compatible for Uuid
impl Copy for Uuid
impl DataType for Uuid
impl Eq for Uuid
impl StructuralPartialEq for Uuid
Auto Trait Implementations§
impl Freeze for Uuid
impl RefUnwindSafe for Uuid
impl Send for Uuid
impl Sync for Uuid
impl Unpin for Uuid
impl UnsafeUnpin for Uuid
impl UnwindSafe for Uuid
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