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