Struct flate2::ffi::rust::ErrorMessage
source · pub struct ErrorMessage;
Implementations§
Trait Implementations§
source§impl Debug for ErrorMessage
impl Debug for ErrorMessage
source§impl Default for ErrorMessage
impl Default for ErrorMessage
source§fn default() -> ErrorMessage
fn default() -> ErrorMessage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErrorMessage
impl RefUnwindSafe for ErrorMessage
impl Send for ErrorMessage
impl Sync for ErrorMessage
impl Unpin for ErrorMessage
impl UnwindSafe for ErrorMessage
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