pub struct BestFitSection {
pub label: String,
pub summary: String,
pub recommendation: Recommendation,
}Fields§
§label: String§summary: String§recommendation: RecommendationTrait Implementations§
Source§impl Clone for BestFitSection
impl Clone for BestFitSection
Source§fn clone(&self) -> BestFitSection
fn clone(&self) -> BestFitSection
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 BestFitSection
impl Debug for BestFitSection
Source§impl PartialEq for BestFitSection
impl PartialEq for BestFitSection
Source§impl Serialize for BestFitSection
impl Serialize for BestFitSection
impl Eq for BestFitSection
impl StructuralPartialEq for BestFitSection
Auto Trait Implementations§
impl Freeze for BestFitSection
impl RefUnwindSafe for BestFitSection
impl Send for BestFitSection
impl Sync for BestFitSection
impl Unpin for BestFitSection
impl UnsafeUnpin for BestFitSection
impl UnwindSafe for BestFitSection
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