pub struct ProvenanceEvent {
pub id: String,
pub event_type: String,
pub subject: String,
pub source_ref: Option<String>,
pub metadata_json: String,
pub created_at: i64,
}Expand description
A single row from the provenance_events table.
Fields§
§id: String§event_type: String§subject: String§source_ref: Option<String>§metadata_json: String§created_at: i64Trait Implementations§
Source§impl Clone for ProvenanceEvent
impl Clone for ProvenanceEvent
Source§fn clone(&self) -> ProvenanceEvent
fn clone(&self) -> ProvenanceEvent
Returns a duplicate 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 ProvenanceEvent
impl Debug for ProvenanceEvent
Source§impl PartialEq for ProvenanceEvent
impl PartialEq for ProvenanceEvent
impl Eq for ProvenanceEvent
impl StructuralPartialEq for ProvenanceEvent
Auto Trait Implementations§
impl Freeze for ProvenanceEvent
impl RefUnwindSafe for ProvenanceEvent
impl Send for ProvenanceEvent
impl Sync for ProvenanceEvent
impl Unpin for ProvenanceEvent
impl UnsafeUnpin for ProvenanceEvent
impl UnwindSafe for ProvenanceEvent
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§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.