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