Struct aprs_parser::DhmTimestamp
source · pub struct DhmTimestamp(/* private fields */);Implementations§
Trait Implementations§
source§impl Clone for DhmTimestamp
impl Clone for DhmTimestamp
source§fn clone(&self) -> DhmTimestamp
fn clone(&self) -> DhmTimestamp
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 DhmTimestamp
impl Debug for DhmTimestamp
source§impl From<DhmTimestamp> for Timestamp
impl From<DhmTimestamp> for Timestamp
source§fn from(t: DhmTimestamp) -> Self
fn from(t: DhmTimestamp) -> Self
Converts to this type from the input type.
source§impl PartialEq for DhmTimestamp
impl PartialEq for DhmTimestamp
source§fn eq(&self, other: &DhmTimestamp) -> bool
fn eq(&self, other: &DhmTimestamp) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<Timestamp> for DhmTimestamp
impl TryFrom<Timestamp> for DhmTimestamp
impl Copy for DhmTimestamp
impl Eq for DhmTimestamp
impl StructuralEq for DhmTimestamp
impl StructuralPartialEq for DhmTimestamp
Auto Trait Implementations§
impl RefUnwindSafe for DhmTimestamp
impl Send for DhmTimestamp
impl Sync for DhmTimestamp
impl Unpin for DhmTimestamp
impl UnwindSafe for DhmTimestamp
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