pub struct ErrorInner { /* private fields */ }Expand description
{kind}
Trait Implementations§
Source§impl Clone for ErrorInner
impl Clone for ErrorInner
Source§fn clone(&self) -> ErrorInner
fn clone(&self) -> ErrorInner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ErrorInner
impl Debug for ErrorInner
Source§impl Display for ErrorInner
impl Display for ErrorInner
Source§impl From<ErrorInner> for Error
impl From<ErrorInner> for Error
Source§fn from(value: ErrorInner) -> Self
fn from(value: ErrorInner) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ErrorInner
impl PartialEq for ErrorInner
Source§fn eq(&self, other: &ErrorInner) -> bool
fn eq(&self, other: &ErrorInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ErrorInner
impl StructuralPartialEq for ErrorInner
Auto Trait Implementations§
impl Freeze for ErrorInner
impl RefUnwindSafe for ErrorInner
impl Send for ErrorInner
impl Sync for ErrorInner
impl Unpin for ErrorInner
impl UnsafeUnpin for ErrorInner
impl UnwindSafe for ErrorInner
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