pub enum WrapperError {
Skip,
}
Variants§
Skip
Trait Implementations§
Source§impl Clone for WrapperError
impl Clone for WrapperError
Source§fn clone(&self) -> WrapperError
fn clone(&self) -> WrapperError
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 WrapperError
impl Debug for WrapperError
impl Copy for WrapperError
Auto Trait Implementations§
impl Freeze for WrapperError
impl RefUnwindSafe for WrapperError
impl Send for WrapperError
impl Sync for WrapperError
impl Unpin for WrapperError
impl UnwindSafe for WrapperError
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