Struct lu_formats::files::fdb::ColumnDescription
source · pub struct ColumnDescription {
pub data_type: VariantType,
pub column_name: Text,
}
Expand description
Fields§
§data_type: VariantType
Enum: variant_type
column_name: Text
Trait Implementations§
source§impl Clone for ColumnDescription
impl Clone for ColumnDescription
source§fn clone(&self) -> ColumnDescription
fn clone(&self) -> ColumnDescription
Returns a copy of the value. Read more
1.0.0 · 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 ColumnDescription
impl Debug for ColumnDescription
source§impl<'de> Deserialize<'de> for ColumnDescription
impl<'de> Deserialize<'de> for ColumnDescription
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ColumnDescription> for ColumnDescription
impl PartialEq<ColumnDescription> for ColumnDescription
source§fn eq(&self, other: &ColumnDescription) -> bool
fn eq(&self, other: &ColumnDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ColumnDescription
impl Serialize for ColumnDescription
impl StructuralPartialEq for ColumnDescription
Auto Trait Implementations§
impl RefUnwindSafe for ColumnDescription
impl Send for ColumnDescription
impl Sync for ColumnDescription
impl Unpin for ColumnDescription
impl UnwindSafe for ColumnDescription
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