pub struct TableSection(/* private fields */);Expand description
Section with table definition (currently only one is allowed).
Implementations§
Source§impl TableSection
impl TableSection
Trait Implementations§
Source§impl Clone for TableSection
impl Clone for TableSection
Source§fn clone(&self) -> TableSection
fn clone(&self) -> TableSection
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 Default for TableSection
impl Default for TableSection
Source§fn default() -> TableSection
fn default() -> TableSection
Returns the “default value” for a type. Read more
Source§impl Deserialize for TableSection
impl Deserialize for TableSection
Auto Trait Implementations§
impl Freeze for TableSection
impl RefUnwindSafe for TableSection
impl Send for TableSection
impl Sync for TableSection
impl Unpin for TableSection
impl UnwindSafe for TableSection
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