pub enum TimeRelation {
Precedes,
Equals,
}Variants§
Trait Implementations§
Source§impl Clone for TimeRelation
impl Clone for TimeRelation
Source§fn clone(&self) -> TimeRelation
fn clone(&self) -> TimeRelation
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 TimeRelation
impl Debug for TimeRelation
Source§impl PartialEq for TimeRelation
impl PartialEq for TimeRelation
impl Copy for TimeRelation
impl Eq for TimeRelation
impl StructuralPartialEq for TimeRelation
Auto Trait Implementations§
impl Freeze for TimeRelation
impl RefUnwindSafe for TimeRelation
impl Send for TimeRelation
impl Sync for TimeRelation
impl Unpin for TimeRelation
impl UnwindSafe for TimeRelation
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