Struct yasna::models::ParseOidError
source · [−]pub struct ParseOidError(_);
Expand description
An error indicating failure to parse an Object identifier
Trait Implementations
sourceimpl Clone for ParseOidError
impl Clone for ParseOidError
sourcefn clone(&self) -> ParseOidError
fn clone(&self) -> ParseOidError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ParseOidError
impl Debug for ParseOidError
sourceimpl Display for ParseOidError
impl Display for ParseOidError
sourceimpl Error for ParseOidError
impl Error for ParseOidError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParseOidError
impl Send for ParseOidError
impl Sync for ParseOidError
impl Unpin for ParseOidError
impl UnwindSafe for ParseOidError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more