pub struct RoundingIntervals {
pub intervals: Vec<RoundingInterval>,
}Expand description
A set of RoundingInterval.
Fields§
§intervals: Vec<RoundingInterval>The intervals to be used to round payouts.
Trait Implementations§
Source§impl Clone for RoundingIntervals
impl Clone for RoundingIntervals
Source§fn clone(&self) -> RoundingIntervals
fn clone(&self) -> RoundingIntervals
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 RoundingIntervals
impl Debug for RoundingIntervals
Source§impl PartialEq for RoundingIntervals
impl PartialEq for RoundingIntervals
Source§impl Readable for RoundingIntervals
impl Readable for RoundingIntervals
Source§impl Writeable for RoundingIntervals
impl Writeable for RoundingIntervals
impl Eq for RoundingIntervals
impl StructuralPartialEq for RoundingIntervals
Auto Trait Implementations§
impl Freeze for RoundingIntervals
impl RefUnwindSafe for RoundingIntervals
impl Send for RoundingIntervals
impl Sync for RoundingIntervals
impl Unpin for RoundingIntervals
impl UnwindSafe for RoundingIntervals
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