pub struct V1TableNode {
pub header: Option<Vec<V1Node>>,
pub delimiter: Option<Vec<String>>,
pub rows: Option<Vec<TableNodeRow>>,
}
Fields§
§header: Option<Vec<V1Node>>
§delimiter: Option<Vec<String>>
§rows: Option<Vec<TableNodeRow>>
Implementations§
source§impl V1TableNode
impl V1TableNode
pub fn new() -> V1TableNode
Trait Implementations§
source§impl Clone for V1TableNode
impl Clone for V1TableNode
source§fn clone(&self) -> V1TableNode
fn clone(&self) -> V1TableNode
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 V1TableNode
impl Debug for V1TableNode
source§impl Default for V1TableNode
impl Default for V1TableNode
source§fn default() -> V1TableNode
fn default() -> V1TableNode
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for V1TableNode
impl<'de> Deserialize<'de> for V1TableNode
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 V1TableNode
impl PartialEq for V1TableNode
source§impl Serialize for V1TableNode
impl Serialize for V1TableNode
impl StructuralPartialEq for V1TableNode
Auto Trait Implementations§
impl Freeze for V1TableNode
impl RefUnwindSafe for V1TableNode
impl Send for V1TableNode
impl Sync for V1TableNode
impl Unpin for V1TableNode
impl UnwindSafe for V1TableNode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)