pub struct ProjectionEvidenceRef {
pub claim_id: ClaimId,
pub claim_version_id: Option<ClaimVersionId>,
pub fetch_handle: String,
pub source_authority: String,
pub source_envelope_id: EnvelopeId,
pub scope_key: ScopeKey,
pub recorded_at: String,
pub metadata: Option<Value>,
pub source_exported_at: Option<String>,
pub transformed_at: Option<String>,
}Expand description
Public read shape for imported evidence-reference rows.
Fields§
§claim_id: ClaimId§claim_version_id: Option<ClaimVersionId>§fetch_handle: String§source_envelope_id: EnvelopeId§scope_key: ScopeKey§recorded_at: String§metadata: Option<Value>§source_exported_at: Option<String>§transformed_at: Option<String>Trait Implementations§
Source§impl Clone for ProjectionEvidenceRef
impl Clone for ProjectionEvidenceRef
Source§fn clone(&self) -> ProjectionEvidenceRef
fn clone(&self) -> ProjectionEvidenceRef
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 ProjectionEvidenceRef
impl Debug for ProjectionEvidenceRef
Source§impl<'de> Deserialize<'de> for ProjectionEvidenceRef
impl<'de> Deserialize<'de> for ProjectionEvidenceRef
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 ProjectionEvidenceRef
impl RefUnwindSafe for ProjectionEvidenceRef
impl Send for ProjectionEvidenceRef
impl Sync for ProjectionEvidenceRef
impl Unpin for ProjectionEvidenceRef
impl UnsafeUnpin for ProjectionEvidenceRef
impl UnwindSafe for ProjectionEvidenceRef
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