Struct cookie_store::IdnaErrors
source · [−]pub struct IdnaErrors(_);
Trait Implementations
sourceimpl Debug for IdnaErrors
impl Debug for IdnaErrors
sourceimpl Display for IdnaErrors
impl Display for IdnaErrors
sourceimpl Fail for IdnaErrors
impl Fail for IdnaErrors
sourcefn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the Backtrace
carried by this failure, if it
carries one. Read more
Auto Trait Implementations
impl RefUnwindSafe for IdnaErrors
impl Send for IdnaErrors
impl Sync for IdnaErrors
impl Unpin for IdnaErrors
impl UnwindSafe for IdnaErrors
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more