pub enum CacheKey {
RekorPublicKey,
RekorLogInfo,
FulcioTrustBundle,
FulcioConfiguration,
TrustedRoot,
}Expand description
Cache keys for different Sigstore resources
Variants§
RekorPublicKey
Rekor transparency log public key
RekorLogInfo
Rekor log info (tree size, root hash)
FulcioTrustBundle
Fulcio trust bundle (CA certificates)
FulcioConfiguration
Fulcio OIDC configuration
TrustedRoot
Trusted root from TUF
Implementations§
Trait Implementations§
impl Copy for CacheKey
impl Eq for CacheKey
impl StructuralPartialEq for CacheKey
Auto Trait Implementations§
impl Freeze for CacheKey
impl RefUnwindSafe for CacheKey
impl Send for CacheKey
impl Sync for CacheKey
impl Unpin for CacheKey
impl UnsafeUnpin for CacheKey
impl UnwindSafe for CacheKey
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