pub struct ProvenanceLog {
pub entries: Vec<ProvenanceEntry>,
}Expand description
Immutable append-only provenance log
Fields§
§entries: Vec<ProvenanceEntry>Implementations§
Trait Implementations§
Source§impl Clone for ProvenanceLog
impl Clone for ProvenanceLog
Source§fn clone(&self) -> ProvenanceLog
fn clone(&self) -> ProvenanceLog
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 ProvenanceLog
impl Debug for ProvenanceLog
Source§impl Default for ProvenanceLog
impl Default for ProvenanceLog
Source§impl<'de> Deserialize<'de> for ProvenanceLog
impl<'de> Deserialize<'de> for ProvenanceLog
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
Source§impl PartialEq for ProvenanceLog
impl PartialEq for ProvenanceLog
Source§impl Serialize for ProvenanceLog
impl Serialize for ProvenanceLog
impl StructuralPartialEq for ProvenanceLog
Auto Trait Implementations§
impl Freeze for ProvenanceLog
impl RefUnwindSafe for ProvenanceLog
impl Send for ProvenanceLog
impl Sync for ProvenanceLog
impl Unpin for ProvenanceLog
impl UnwindSafe for ProvenanceLog
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