pub enum SigningUsage {
RootDelegation,
Package,
ReleaseMetadata,
SourcePolicy,
SourcePolicyPointer,
Revocation,
RevocationPointer,
}Variants§
RootDelegation
Package
ReleaseMetadata
SourcePolicy
SourcePolicyPointer
Revocation
RevocationPointer
Implementations§
Trait Implementations§
Source§impl Clone for SigningUsage
impl Clone for SigningUsage
Source§fn clone(&self) -> SigningUsage
fn clone(&self) -> SigningUsage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SigningUsage
Source§impl Debug for SigningUsage
impl Debug for SigningUsage
impl Eq for SigningUsage
Source§impl Hash for SigningUsage
impl Hash for SigningUsage
Source§impl Ord for SigningUsage
impl Ord for SigningUsage
Source§fn cmp(&self, other: &SigningUsage) -> Ordering
fn cmp(&self, other: &SigningUsage) -> Ordering
1.21.0 (const: unstable) · 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 SigningUsage
impl PartialEq for SigningUsage
Source§impl PartialOrd for SigningUsage
impl PartialOrd for SigningUsage
impl StructuralPartialEq for SigningUsage
Auto Trait Implementations§
impl Freeze for SigningUsage
impl RefUnwindSafe for SigningUsage
impl Send for SigningUsage
impl Sync for SigningUsage
impl Unpin for SigningUsage
impl UnsafeUnpin for SigningUsage
impl UnwindSafe for SigningUsage
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