pub struct TableNodeRow {
pub cells: Option<Vec<V1Node>>,
}
Fields§
§cells: Option<Vec<V1Node>>
Implementations§
Source§impl TableNodeRow
impl TableNodeRow
pub fn new() -> TableNodeRow
Trait Implementations§
Source§impl Clone for TableNodeRow
impl Clone for TableNodeRow
Source§fn clone(&self) -> TableNodeRow
fn clone(&self) -> TableNodeRow
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 TableNodeRow
impl Debug for TableNodeRow
Source§impl Default for TableNodeRow
impl Default for TableNodeRow
Source§fn default() -> TableNodeRow
fn default() -> TableNodeRow
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TableNodeRow
impl<'de> Deserialize<'de> for TableNodeRow
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 TableNodeRow
impl PartialEq for TableNodeRow
Source§impl Serialize for TableNodeRow
impl Serialize for TableNodeRow
impl StructuralPartialEq for TableNodeRow
Auto Trait Implementations§
impl Freeze for TableNodeRow
impl RefUnwindSafe for TableNodeRow
impl Send for TableNodeRow
impl Sync for TableNodeRow
impl Unpin for TableNodeRow
impl UnwindSafe for TableNodeRow
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