pub struct ClassificationModel { /* private fields */ }Expand description
Classification model for chart types
Trait Implementations§
Source§impl Clone for ClassificationModel
impl Clone for ClassificationModel
Source§fn clone(&self) -> ClassificationModel
fn clone(&self) -> ClassificationModel
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 moreAuto Trait Implementations§
impl Freeze for ClassificationModel
impl RefUnwindSafe for ClassificationModel
impl Send for ClassificationModel
impl Sync for ClassificationModel
impl Unpin for ClassificationModel
impl UnwindSafe for ClassificationModel
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