Struct lu_formats::files::fdb::TableDescription
source · pub struct TableDescription {
pub num_columns: u32,
pub table_name: Text,
pub ofs_columns: u32,
}
Expand description
Fields§
§num_columns: u32
§table_name: Text
§ofs_columns: u32
Implementations§
source§impl TableDescription
impl TableDescription
pub fn parse_columns<'a>( &self, _input: &'a [u8] ) -> IResult<&'a [u8], Vec<ColumnDescription>>
Trait Implementations§
source§impl Clone for TableDescription
impl Clone for TableDescription
source§fn clone(&self) -> TableDescription
fn clone(&self) -> TableDescription
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 TableDescription
impl Debug for TableDescription
source§impl<'de> Deserialize<'de> for TableDescription
impl<'de> Deserialize<'de> for TableDescription
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<TableDescription> for TableDescription
impl PartialEq<TableDescription> for TableDescription
source§fn eq(&self, other: &TableDescription) -> bool
fn eq(&self, other: &TableDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TableDescription
impl Serialize for TableDescription
impl StructuralPartialEq for TableDescription
Auto Trait Implementations§
impl RefUnwindSafe for TableDescription
impl Send for TableDescription
impl Sync for TableDescription
impl Unpin for TableDescription
impl UnwindSafe for TableDescription
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