pub struct HModels {
pub models: Vec<HModel>,
}Fields§
§models: Vec<HModel>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HModels
impl RefUnwindSafe for HModels
impl Send for HModels
impl Sync for HModels
impl Unpin for HModels
impl UnwindSafe for HModels
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