pub struct Provenances {
pub provenances: Vec<Provenance>,
}Fields§
§provenances: Vec<Provenance>Implementations§
Source§impl Provenances
impl Provenances
pub fn new(provenances: Vec<Provenance>) -> Provenances
Trait Implementations§
Source§impl Clone for Provenances
impl Clone for Provenances
Source§fn clone(&self) -> Provenances
fn clone(&self) -> Provenances
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 Provenances
impl Debug for Provenances
Source§impl Default for Provenances
impl Default for Provenances
Source§fn default() -> Provenances
fn default() -> Provenances
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Provenances
impl<'de> Deserialize<'de> for Provenances
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 Provenances
impl PartialEq for Provenances
Source§fn eq(&self, other: &Provenances) -> bool
fn eq(&self, other: &Provenances) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Provenances
impl Serialize for Provenances
impl StructuralPartialEq for Provenances
Auto Trait Implementations§
impl Freeze for Provenances
impl RefUnwindSafe for Provenances
impl Send for Provenances
impl Sync for Provenances
impl Unpin for Provenances
impl UnsafeUnpin for Provenances
impl UnwindSafe for Provenances
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