Struct uhlc::ParseIDError
source · pub struct ParseIDError {
pub cause: String,
}Fields§
§cause: StringTrait 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<ParseIDError> for ParseIDError
impl PartialEq<ParseIDError> 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 ==.