Struct jj_cli::templater::TimestampRange
source · pub struct TimestampRange {
pub start: Timestamp,
pub end: Timestamp,
}Fields§
§start: Timestamp§end: TimestampImplementations§
Trait Implementations§
source§impl Clone for TimestampRange
impl Clone for TimestampRange
source§fn clone(&self) -> TimestampRange
fn clone(&self) -> TimestampRange
Returns a copy 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 TimestampRange
impl Debug for TimestampRange
source§impl PartialEq for TimestampRange
impl PartialEq for TimestampRange
source§fn eq(&self, other: &TimestampRange) -> bool
fn eq(&self, other: &TimestampRange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Template<()> for TimestampRange
impl Template<()> for TimestampRange
impl Eq for TimestampRange
impl StructuralPartialEq for TimestampRange
Auto Trait Implementations§
impl RefUnwindSafe for TimestampRange
impl Send for TimestampRange
impl Sync for TimestampRange
impl Unpin for TimestampRange
impl UnwindSafe for TimestampRange
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.