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