Struct sep2_client::time::SEPTime
source · pub struct SEPTime(/* private fields */);
Expand description
IEEE 2030.5 Representation of SystemTime
Trait Implementations§
source§impl From<SEPTime> for SystemTime
impl From<SEPTime> for SystemTime
source§impl Ord for SEPTime
impl Ord for SEPTime
source§impl PartialEq<SEPTime> for SEPTime
impl PartialEq<SEPTime> for SEPTime
source§impl PartialOrd<SEPTime> for SEPTime
impl PartialOrd<SEPTime> for SEPTime
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SEPTime
impl Eq for SEPTime
impl StructuralEq for SEPTime
impl StructuralPartialEq for SEPTime
Auto Trait Implementations§
impl RefUnwindSafe for SEPTime
impl Send for SEPTime
impl Sync for SEPTime
impl Unpin for SEPTime
impl UnwindSafe for SEPTime
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.