pub struct FlavorSummary { /* private fields */ }Expand description
Structure representing a summary of a flavor.
Implementations§
Trait Implementations§
Source§impl Clone for FlavorSummary
impl Clone for FlavorSummary
Source§fn clone(&self) -> FlavorSummary
fn clone(&self) -> FlavorSummary
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 FlavorSummary
impl Debug for FlavorSummary
Source§impl From<FlavorSummary> for FlavorRef
impl From<FlavorSummary> for FlavorRef
Source§fn from(value: FlavorSummary) -> FlavorRef
fn from(value: FlavorSummary) -> FlavorRef
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlavorSummary
impl !RefUnwindSafe for FlavorSummary
impl Send for FlavorSummary
impl Sync for FlavorSummary
impl Unpin for FlavorSummary
impl !UnwindSafe for FlavorSummary
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