pub struct NominalModel {
pub features: Vec<NominalFeature>,
}Fields§
§features: Vec<NominalFeature>Trait Implementations§
Source§impl Clone for NominalModel
impl Clone for NominalModel
Source§fn clone(&self) -> NominalModel
fn clone(&self) -> NominalModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NominalModel
impl Debug for NominalModel
Auto Trait Implementations§
impl Freeze for NominalModel
impl RefUnwindSafe for NominalModel
impl Send for NominalModel
impl Sync for NominalModel
impl Unpin for NominalModel
impl UnsafeUnpin for NominalModel
impl UnwindSafe for NominalModel
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