pub enum ProposedEntry {
Rekord(Rekord),
Hashedrekord(Hashedrekord),
Rpm(Rpm),
Tuf(Tuf),
Helm(Helm),
Intoto(Intoto),
Cose(Cose),
Jar(Jar),
Rfc3161(Rfc3161),
Dsse(Dsse),
}
Variants§
Rekord(Rekord)
Hashedrekord(Hashedrekord)
Rpm(Rpm)
Tuf(Tuf)
Helm(Helm)
Intoto(Intoto)
Cose(Cose)
Jar(Jar)
Rfc3161(Rfc3161)
Dsse(Dsse)
Trait Implementations§
Source§impl Clone for ProposedEntry
impl Clone for ProposedEntry
Source§fn clone(&self) -> ProposedEntry
fn clone(&self) -> ProposedEntry
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 ProposedEntry
impl Debug for ProposedEntry
Source§impl<'de> Deserialize<'de> for ProposedEntry
impl<'de> Deserialize<'de> for ProposedEntry
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
Auto Trait Implementations§
impl Freeze for ProposedEntry
impl RefUnwindSafe for ProposedEntry
impl Send for ProposedEntry
impl Sync for ProposedEntry
impl Unpin for ProposedEntry
impl UnwindSafe for ProposedEntry
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