pub struct TemporalWindow {
pub start: u64,
pub end: u64,
}Fields§
§start: u64§end: u64Implementations§
Trait Implementations§
Source§impl Clone for TemporalWindow
impl Clone for TemporalWindow
Source§fn clone(&self) -> TemporalWindow
fn clone(&self) -> TemporalWindow
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 moreSource§impl Debug for TemporalWindow
impl Debug for TemporalWindow
Source§impl PartialEq for TemporalWindow
impl PartialEq for TemporalWindow
Source§fn eq(&self, other: &TemporalWindow) -> bool
fn eq(&self, other: &TemporalWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TemporalWindow
impl Eq for TemporalWindow
impl StructuralPartialEq for TemporalWindow
Auto Trait Implementations§
impl Freeze for TemporalWindow
impl RefUnwindSafe for TemporalWindow
impl Send for TemporalWindow
impl Sync for TemporalWindow
impl Unpin for TemporalWindow
impl UnsafeUnpin for TemporalWindow
impl UnwindSafe for TemporalWindow
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