Struct sunspec_models::models::Models
source · pub struct Models {
pub id: SunspecID,
pub models: Vec<Model>,
}Fields§
§id: SunspecID§models: Vec<Model>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Models
impl Send for Models
impl Sync for Models
impl Unpin for Models
impl UnwindSafe for Models
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