Enum alpm::SigValidity
source · #[repr(u32)]pub enum SigValidity {
Full = 0,
Marginal = 1,
Never = 2,
Unknown = 3,
}
Variants§
Trait Implementations§
source§impl Clone for SigValidity
impl Clone for SigValidity
source§fn clone(&self) -> SigValidity
fn clone(&self) -> SigValidity
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 SigValidity
impl Debug for SigValidity
source§impl Hash for SigValidity
impl Hash for SigValidity
source§impl Ord for SigValidity
impl Ord for SigValidity
source§fn cmp(&self, other: &SigValidity) -> Ordering
fn cmp(&self, other: &SigValidity) -> 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 SigValidity
impl PartialEq for SigValidity
source§fn eq(&self, other: &SigValidity) -> bool
fn eq(&self, other: &SigValidity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SigValidity
impl PartialOrd for SigValidity
source§fn partial_cmp(&self, other: &SigValidity) -> Option<Ordering>
fn partial_cmp(&self, other: &SigValidity) -> 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 SigValidity
impl Eq for SigValidity
impl StructuralPartialEq for SigValidity
Auto Trait Implementations§
impl Freeze for SigValidity
impl RefUnwindSafe for SigValidity
impl Send for SigValidity
impl Sync for SigValidity
impl Unpin for SigValidity
impl UnwindSafe for SigValidity
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