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 for ParseTimestampError
impl PartialEq 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 ==
.impl Eq for ParseTimestampError
impl StructuralPartialEq for ParseTimestampError
Auto Trait Implementations§
impl Freeze for ParseTimestampError
impl RefUnwindSafe for ParseTimestampError
impl Send for ParseTimestampError
impl Sync for ParseTimestampError
impl Unpin for ParseTimestampError
impl UnwindSafe for ParseTimestampError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)