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