pub struct SqlArray<T>(pub Vec<T>);Tuple Fields§
§0: Vec<T>Trait Implementations§
impl<T: PartialEq> StructuralPartialEq for SqlArray<T>
Auto Trait Implementations§
impl<T> Freeze for SqlArray<T>
impl<T> RefUnwindSafe for SqlArray<T>where
T: RefUnwindSafe,
impl<T> Send for SqlArray<T>where
T: Send,
impl<T> Sync for SqlArray<T>where
T: Sync,
impl<T> Unpin for SqlArray<T>where
T: Unpin,
impl<T> UnsafeUnpin for SqlArray<T>
impl<T> UnwindSafe for SqlArray<T>where
T: UnwindSafe,
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