pub struct PathwayTable {
pub source: Option<PwySource>,
pub rows: Vec<PathwayRow>,
}Fields§
§source: Option<PwySource>§rows: Vec<PathwayRow>Implementations§
Trait Implementations§
Source§impl Debug for PathwayTable
impl Debug for PathwayTable
Source§impl Default for PathwayTable
impl Default for PathwayTable
Source§fn default() -> PathwayTable
fn default() -> PathwayTable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PathwayTable
impl<'de> Deserialize<'de> for PathwayTable
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
Auto Trait Implementations§
impl Freeze for PathwayTable
impl RefUnwindSafe for PathwayTable
impl Send for PathwayTable
impl Sync for PathwayTable
impl Unpin for PathwayTable
impl UnsafeUnpin for PathwayTable
impl UnwindSafe for PathwayTable
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