pub struct SalesSummary { /* private fields */ }Trait Implementations§
Source§impl Clone for SalesSummary
impl Clone for SalesSummary
Source§fn clone(&self) -> SalesSummary
fn clone(&self) -> SalesSummary
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 DataTypeFunctions for SalesSummary
impl DataTypeFunctions for SalesSummary
Auto Trait Implementations§
impl Freeze for SalesSummary
impl RefUnwindSafe for SalesSummary
impl Send for SalesSummary
impl Sync for SalesSummary
impl Unpin for SalesSummary
impl UnsafeUnpin for SalesSummary
impl UnwindSafe for SalesSummary
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