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