pub struct ModelTable {
pub models: Vec<ModelTableEntry>,
}Expand description
Table containing models defined in a nodeset file.
Fields§
§models: Vec<ModelTableEntry>List of models.
Trait Implementations§
Source§impl Clone for ModelTable
impl Clone for ModelTable
Source§fn clone(&self) -> ModelTable
fn clone(&self) -> ModelTable
Returns a duplicate 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 ModelTable
impl Debug for ModelTable
Auto Trait Implementations§
impl Freeze for ModelTable
impl RefUnwindSafe for ModelTable
impl Send for ModelTable
impl Sync for ModelTable
impl Unpin for ModelTable
impl UnwindSafe for ModelTable
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