Struct yasna::models::ParseOidError
source · pub struct ParseOidError(/* private fields */);
Expand description
An error indicating failure to parse an Object identifier
Trait Implementations§
source§impl Clone for ParseOidError
impl Clone for ParseOidError
source§fn clone(&self) -> ParseOidError
fn clone(&self) -> ParseOidError
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 ParseOidError
impl Debug for ParseOidError
Auto Trait Implementations§
impl Freeze for ParseOidError
impl RefUnwindSafe for ParseOidError
impl Send for ParseOidError
impl Sync for ParseOidError
impl Unpin for ParseOidError
impl UnwindSafe for ParseOidError
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