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