Struct uhlc::ParseTimestampError
source · pub struct ParseTimestampError {
pub cause: String,
}
Fields§
§cause: String
Trait Implementations§
source§impl Clone for ParseTimestampError
impl Clone for ParseTimestampError
source§fn clone(&self) -> ParseTimestampError
fn clone(&self) -> ParseTimestampError
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 ParseTimestampError
impl Debug for ParseTimestampError
source§impl PartialEq<ParseTimestampError> for ParseTimestampError
impl PartialEq<ParseTimestampError> for ParseTimestampError
source§fn eq(&self, other: &ParseTimestampError) -> bool
fn eq(&self, other: &ParseTimestampError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.