pub struct ErrorWrapper { /* private fields */ }Trait Implementations§
Source§impl Clone for ErrorWrapper
impl Clone for ErrorWrapper
Source§fn clone(&self) -> ErrorWrapper
fn clone(&self) -> ErrorWrapper
Returns a duplicate 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 ErrorWrapper
impl Debug for ErrorWrapper
Source§impl Default for ErrorWrapper
impl Default for ErrorWrapper
Source§fn default() -> ErrorWrapper
fn default() -> ErrorWrapper
Returns the “default value” for a type. Read more
Source§impl PartialEq for ErrorWrapper
impl PartialEq for ErrorWrapper
impl StructuralPartialEq for ErrorWrapper
Auto Trait Implementations§
impl Freeze for ErrorWrapper
impl RefUnwindSafe for ErrorWrapper
impl Send for ErrorWrapper
impl Sync for ErrorWrapper
impl Unpin for ErrorWrapper
impl UnwindSafe for ErrorWrapper
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