pub struct AnyRow {
pub columns: Vec<AnyColumn>,
pub values: Vec<DbValue>,
}Fields§
§columns: Vec<AnyColumn>§values: Vec<DbValue>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyRow
impl RefUnwindSafe for AnyRow
impl Send for AnyRow
impl Sync for AnyRow
impl Unpin for AnyRow
impl UnsafeUnpin for AnyRow
impl UnwindSafe for AnyRow
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