Struct zipsign_api::sign::SignZipError
source · pub struct SignZipError(/* private fields */);
Available on crate feature
sign-zip
only.Expand description
An error returned by copy_and_sign_zip()
Trait Implementations§
source§impl Debug for SignZipError
impl Debug for SignZipError
source§impl Display for SignZipError
impl Display for SignZipError
source§impl Error for SignZipError
impl Error for SignZipError
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<SignZipError> for ZipsignError
impl From<SignZipError> for ZipsignError
source§fn from(source: SignZipError) -> Self
fn from(source: SignZipError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SignZipError
impl !RefUnwindSafe for SignZipError
impl Send for SignZipError
impl Sync for SignZipError
impl Unpin for SignZipError
impl !UnwindSafe for SignZipError
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