pub struct ModelCsvBundle {
pub graph: GraphRow,
pub nodes: Vec<NodeRow>,
pub collections: Vec<CollectionRow>,
}Expand description
Result of parsing the 3-CSV bundle
Fields§
§graph: GraphRow§nodes: Vec<NodeRow>§collections: Vec<CollectionRow>Trait Implementations§
Source§impl Clone for ModelCsvBundle
impl Clone for ModelCsvBundle
Source§fn clone(&self) -> ModelCsvBundle
fn clone(&self) -> ModelCsvBundle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ModelCsvBundle
impl RefUnwindSafe for ModelCsvBundle
impl Send for ModelCsvBundle
impl Sync for ModelCsvBundle
impl Unpin for ModelCsvBundle
impl UnsafeUnpin for ModelCsvBundle
impl UnwindSafe for ModelCsvBundle
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