pub struct RowDescription {
pub fields: Vec<FieldDescription>,
}Expand description
Backend row metadata retained in reconstructable form.
Fields§
§fields: Vec<FieldDescription>Result columns in wire order.
Implementations§
Trait Implementations§
Source§impl Clone for RowDescription
impl Clone for RowDescription
Source§fn clone(&self) -> RowDescription
fn clone(&self) -> RowDescription
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowDescription
impl Debug for RowDescription
impl Eq for RowDescription
Source§impl PartialEq for RowDescription
impl PartialEq for RowDescription
impl StructuralPartialEq for RowDescription
Auto Trait Implementations§
impl Freeze for RowDescription
impl RefUnwindSafe for RowDescription
impl Send for RowDescription
impl Sync for RowDescription
impl Unpin for RowDescription
impl UnsafeUnpin for RowDescription
impl UnwindSafe for RowDescription
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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