pub struct FootprintProvenance(/* private fields */);Expand description
Opaque caller-supplied identity for the evidence behind a footprint.
The value can be a stable image, panel, WCS-solution, or evidence digest.
target-match compares and returns it but does not interpret it.
Implementations§
Trait Implementations§
Source§impl Clone for FootprintProvenance
impl Clone for FootprintProvenance
Source§fn clone(&self) -> FootprintProvenance
fn clone(&self) -> FootprintProvenance
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 FootprintProvenance
impl Debug for FootprintProvenance
Source§impl<'de> Deserialize<'de> for FootprintProvenance
impl<'de> Deserialize<'de> for FootprintProvenance
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 FootprintProvenance
Source§impl Hash for FootprintProvenance
impl Hash for FootprintProvenance
Source§impl Ord for FootprintProvenance
impl Ord for FootprintProvenance
Source§fn cmp(&self, other: &FootprintProvenance) -> Ordering
fn cmp(&self, other: &FootprintProvenance) -> 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 FootprintProvenance
impl PartialEq for FootprintProvenance
Source§impl PartialOrd for FootprintProvenance
impl PartialOrd for FootprintProvenance
Source§impl Serialize for FootprintProvenance
impl Serialize for FootprintProvenance
impl StructuralPartialEq for FootprintProvenance
Auto Trait Implementations§
impl Freeze for FootprintProvenance
impl RefUnwindSafe for FootprintProvenance
impl Send for FootprintProvenance
impl Sync for FootprintProvenance
impl Unpin for FootprintProvenance
impl UnsafeUnpin for FootprintProvenance
impl UnwindSafe for FootprintProvenance
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