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