pub struct TableArray {
pub header: Header,
pub tables: Vec<Table>,
}Fields§
§header: Header§tables: Vec<Table>Trait Implementations§
Source§impl Clone for TableArray
impl Clone for TableArray
Source§fn clone(&self) -> TableArray
fn clone(&self) -> TableArray
Returns a duplicate 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 TableArray
impl Debug for TableArray
Source§impl Default for TableArray
impl Default for TableArray
Source§impl<'de> Deserialize<'de> for TableArray
impl<'de> Deserialize<'de> for TableArray
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 for TableArray
impl PartialEq for TableArray
Source§impl Serialize for TableArray
impl Serialize for TableArray
impl Message for TableArray
impl StructuralPartialEq for TableArray
Auto Trait Implementations§
impl Freeze for TableArray
impl RefUnwindSafe for TableArray
impl Send for TableArray
impl Sync for TableArray
impl Unpin for TableArray
impl UnwindSafe for TableArray
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