pub struct CostPeriodsSimple { /* private fields */ }Expand description
Like CostPeriods, but with costs being simple Money objects
Trait Implementations§
Source§impl Clone for CostPeriodsSimple
impl Clone for CostPeriodsSimple
Source§fn clone(&self) -> CostPeriodsSimple
fn clone(&self) -> CostPeriodsSimple
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 CostPeriodsSimple
impl Debug for CostPeriodsSimple
Auto Trait Implementations§
impl Freeze for CostPeriodsSimple
impl RefUnwindSafe for CostPeriodsSimple
impl Send for CostPeriodsSimple
impl Sync for CostPeriodsSimple
impl Unpin for CostPeriodsSimple
impl UnwindSafe for CostPeriodsSimple
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