pub struct ProbabilitySourceProvenance {
pub source_url: String,
pub fetched_at: String,
pub sha256: String,
pub cached: bool,
}Expand description
Cached-source provenance attached to probability evidence.
Fields§
§source_url: String§fetched_at: String§sha256: String§cached: boolImplementations§
Source§impl ProbabilitySourceProvenance
impl ProbabilitySourceProvenance
pub fn trace_payload(&self) -> String
Trait Implementations§
Source§impl Clone for ProbabilitySourceProvenance
impl Clone for ProbabilitySourceProvenance
Source§fn clone(&self) -> ProbabilitySourceProvenance
fn clone(&self) -> ProbabilitySourceProvenance
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 ProbabilitySourceProvenance
impl Debug for ProbabilitySourceProvenance
impl Eq for ProbabilitySourceProvenance
impl StructuralPartialEq for ProbabilitySourceProvenance
Auto Trait Implementations§
impl Freeze for ProbabilitySourceProvenance
impl RefUnwindSafe for ProbabilitySourceProvenance
impl Send for ProbabilitySourceProvenance
impl Sync for ProbabilitySourceProvenance
impl Unpin for ProbabilitySourceProvenance
impl UnsafeUnpin for ProbabilitySourceProvenance
impl UnwindSafe for ProbabilitySourceProvenance
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.