pub struct ResearchProvenancePackageFile {
pub path: String,
pub sha256: String,
pub size_bytes: usize,
pub bytes: Vec<u8>,
}Fields§
§path: String§sha256: String§size_bytes: usize§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for ResearchProvenancePackageFile
impl Clone for ResearchProvenancePackageFile
Source§fn clone(&self) -> ResearchProvenancePackageFile
fn clone(&self) -> ResearchProvenancePackageFile
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 moreimpl Eq for ResearchProvenancePackageFile
Source§impl PartialEq for ResearchProvenancePackageFile
impl PartialEq for ResearchProvenancePackageFile
Source§fn eq(&self, other: &ResearchProvenancePackageFile) -> bool
fn eq(&self, other: &ResearchProvenancePackageFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResearchProvenancePackageFile
Auto Trait Implementations§
impl Freeze for ResearchProvenancePackageFile
impl RefUnwindSafe for ResearchProvenancePackageFile
impl Send for ResearchProvenancePackageFile
impl Sync for ResearchProvenancePackageFile
impl Unpin for ResearchProvenancePackageFile
impl UnsafeUnpin for ResearchProvenancePackageFile
impl UnwindSafe for ResearchProvenancePackageFile
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.