pub struct TimeRange {
pub start: Decimal,
/* private fields */
}Fields§
§start: DecimalImplementations§
Trait Implementations§
source§impl PartialEq<TimeRange> for TimeRange
impl PartialEq<TimeRange> for TimeRange
impl StructuralPartialEq for TimeRange
Auto Trait Implementations§
impl RefUnwindSafe for TimeRange
impl Send for TimeRange
impl Sync for TimeRange
impl Unpin for TimeRange
impl UnwindSafe for TimeRange
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