pub struct TimeBounds {
pub minTime: TimePoint,
pub maxTime: TimePoint,
}Fields§
§minTime: TimePoint§maxTime: TimePointTrait Implementations§
Source§impl Clone for TimeBounds
impl Clone for TimeBounds
Source§fn clone(&self) -> TimeBounds
fn clone(&self) -> TimeBounds
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 TimeBounds
impl Debug for TimeBounds
Source§impl<Out: Write> Pack<Out> for TimeBounds
impl<Out: Write> Pack<Out> for TimeBounds
Source§impl PartialEq for TimeBounds
impl PartialEq for TimeBounds
Source§impl<In: Read> Unpack<In> for TimeBounds
impl<In: Read> Unpack<In> for TimeBounds
impl Copy for TimeBounds
impl Eq for TimeBounds
impl StructuralPartialEq for TimeBounds
Auto Trait Implementations§
impl Freeze for TimeBounds
impl RefUnwindSafe for TimeBounds
impl Send for TimeBounds
impl Sync for TimeBounds
impl Unpin for TimeBounds
impl UnwindSafe for TimeBounds
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