Struct alpm::SignatureDecodeError
source · pub struct SignatureDecodeError;
Trait Implementations§
source§impl Clone for SignatureDecodeError
impl Clone for SignatureDecodeError
source§fn clone(&self) -> SignatureDecodeError
fn clone(&self) -> SignatureDecodeError
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 SignatureDecodeError
impl Debug for SignatureDecodeError
source§impl Display for SignatureDecodeError
impl Display for SignatureDecodeError
source§impl Error for SignatureDecodeError
impl Error for SignatureDecodeError
1.30.0 · 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 Hash for SignatureDecodeError
impl Hash for SignatureDecodeError
source§impl Ord for SignatureDecodeError
impl Ord for SignatureDecodeError
source§fn cmp(&self, other: &SignatureDecodeError) -> Ordering
fn cmp(&self, other: &SignatureDecodeError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SignatureDecodeError
impl PartialEq for SignatureDecodeError
source§fn eq(&self, other: &SignatureDecodeError) -> bool
fn eq(&self, other: &SignatureDecodeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SignatureDecodeError
impl PartialOrd for SignatureDecodeError
source§fn partial_cmp(&self, other: &SignatureDecodeError) -> Option<Ordering>
fn partial_cmp(&self, other: &SignatureDecodeError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SignatureDecodeError
impl Eq for SignatureDecodeError
impl StructuralPartialEq for SignatureDecodeError
Auto Trait Implementations§
impl RefUnwindSafe for SignatureDecodeError
impl Send for SignatureDecodeError
impl Sync for SignatureDecodeError
impl Unpin for SignatureDecodeError
impl UnwindSafe for SignatureDecodeError
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