pub struct WireRow {
pub cells: Vec<WireTableCell>,
}Expand description
One row in a WireNode::Table.
Fields§
§cells: Vec<WireTableCell>Trait Implementations§
Source§impl<'de> Deserialize<'de> for WireRow
impl<'de> Deserialize<'de> for WireRow
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
impl StructuralPartialEq for WireRow
Auto Trait Implementations§
impl Freeze for WireRow
impl RefUnwindSafe for WireRow
impl Send for WireRow
impl Sync for WireRow
impl Unpin for WireRow
impl UnsafeUnpin for WireRow
impl UnwindSafe for WireRow
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