pub struct PackerError { /* private fields */ }
Trait Implementations§
Source§impl Clone for PackerError
impl Clone for PackerError
Source§fn clone(&self) -> PackerError
fn clone(&self) -> PackerError
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 PackerError
impl Debug for PackerError
Source§impl Display for PackerError
impl Display for PackerError
Source§impl Error for PackerError
impl Error for PackerError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Auto Trait Implementations§
impl Freeze for PackerError
impl RefUnwindSafe for PackerError
impl Send for PackerError
impl Sync for PackerError
impl Unpin for PackerError
impl UnwindSafe for PackerError
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