pub struct RatePerDay(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl Clone for RatePerDay
impl Clone for RatePerDay
Source§fn clone(&self) -> RatePerDay
fn clone(&self) -> RatePerDay
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RatePerDay
Source§impl Debug for RatePerDay
impl Debug for RatePerDay
Source§impl PartialEq for RatePerDay
impl PartialEq for RatePerDay
Source§impl PartialOrd for RatePerDay
impl PartialOrd for RatePerDay
Source§impl Serialize for RatePerDay
impl Serialize for RatePerDay
impl StructuralPartialEq for RatePerDay
Auto Trait Implementations§
impl Freeze for RatePerDay
impl RefUnwindSafe for RatePerDay
impl Send for RatePerDay
impl Sync for RatePerDay
impl Unpin for RatePerDay
impl UnsafeUnpin for RatePerDay
impl UnwindSafe for RatePerDay
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