pub enum TrustKeyRole {
Current,
Next,
}Expand description
Rotation role for a trusted publisher key.
Variants§
Trait Implementations§
Source§impl Clone for TrustKeyRole
impl Clone for TrustKeyRole
Source§fn clone(&self) -> TrustKeyRole
fn clone(&self) -> TrustKeyRole
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 moreSource§impl Debug for TrustKeyRole
impl Debug for TrustKeyRole
Source§impl<'de> Deserialize<'de> for TrustKeyRole
impl<'de> Deserialize<'de> for TrustKeyRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TrustKeyRole
Source§impl PartialEq for TrustKeyRole
impl PartialEq for TrustKeyRole
Source§impl Serialize for TrustKeyRole
impl Serialize for TrustKeyRole
impl StructuralPartialEq for TrustKeyRole
Auto Trait Implementations§
impl Freeze for TrustKeyRole
impl RefUnwindSafe for TrustKeyRole
impl Send for TrustKeyRole
impl Sync for TrustKeyRole
impl Unpin for TrustKeyRole
impl UnsafeUnpin for TrustKeyRole
impl UnwindSafe for TrustKeyRole
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