pub struct LiveColumn {
pub name: String,
pub type_name: String,
}Expand description
An introspected column from the live table (e.g. from system.columns).
Fields§
§name: String§type_name: StringTrait Implementations§
Source§impl Clone for LiveColumn
impl Clone for LiveColumn
Source§fn clone(&self) -> LiveColumn
fn clone(&self) -> LiveColumn
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 LiveColumn
impl Debug for LiveColumn
impl Eq for LiveColumn
Source§impl PartialEq for LiveColumn
impl PartialEq for LiveColumn
Source§fn eq(&self, other: &LiveColumn) -> bool
fn eq(&self, other: &LiveColumn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LiveColumn
Auto Trait Implementations§
impl Freeze for LiveColumn
impl RefUnwindSafe for LiveColumn
impl Send for LiveColumn
impl Sync for LiveColumn
impl Unpin for LiveColumn
impl UnsafeUnpin for LiveColumn
impl UnwindSafe for LiveColumn
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