Struct uhlc::ParseTimestampError [−][src]
pub struct ParseTimestampError {
pub cause: String,
}Fields
cause: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ParseTimestampError
impl Send for ParseTimestampError
impl Sync for ParseTimestampError
impl Unpin for ParseTimestampError
impl UnwindSafe for ParseTimestampError
Blanket Implementations
Mutably borrows from an owned value. Read more