pub struct MModel {
pub symbols: Vec<Symbol>,
pub cost: Vec<i64>,
pub model_type: ModelType,
pub number: u64,
}Fields§
§symbols: Vec<Symbol>§cost: Vec<i64>§model_type: ModelType§number: u64Auto Trait Implementations§
impl Freeze for MModel
impl RefUnwindSafe for MModel
impl Send for MModel
impl Sync for MModel
impl Unpin for MModel
impl UnwindSafe for MModel
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