Struct zipsign_api::unsign::UnsignZipError
source · pub struct UnsignZipError(/* private fields */);
Available on crate feature
unsign-zip
only.Expand description
An error returned by copy_and_unsign_zip()
Trait Implementations§
source§impl Debug for UnsignZipError
impl Debug for UnsignZipError
source§impl Display for UnsignZipError
impl Display for UnsignZipError
source§impl Error for UnsignZipError
impl Error for UnsignZipError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<UnsignZipError> for ZipsignError
impl From<UnsignZipError> for ZipsignError
source§fn from(source: UnsignZipError) -> Self
fn from(source: UnsignZipError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnsignZipError
impl !RefUnwindSafe for UnsignZipError
impl Send for UnsignZipError
impl Sync for UnsignZipError
impl Unpin for UnsignZipError
impl !UnwindSafe for UnsignZipError
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