pub struct UuidArray;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UuidArray
impl RefUnwindSafe for UuidArray
impl Send for UuidArray
impl Sync for UuidArray
impl Unpin for UuidArray
impl UnsafeUnpin for UuidArray
impl UnwindSafe for UuidArray
Blanket Implementations§
impl<T> AssignsTo<Nullable<T>> for Twhere
T: SqlType,
impl<T> AssignsTo<T> for Twhere
T: SqlType,
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