pub struct FixEvidence {
pub entity_type: String,
pub model_path: String,
pub source: FixEvidenceSource,
pub source_label: String,
}Fields§
§entity_type: String§model_path: String§source: FixEvidenceSource§source_label: StringImplementations§
Source§impl FixEvidence
impl FixEvidence
Trait Implementations§
Source§impl Clone for FixEvidence
impl Clone for FixEvidence
Source§fn clone(&self) -> FixEvidence
fn clone(&self) -> FixEvidence
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 FixEvidence
impl Debug for FixEvidence
impl Eq for FixEvidence
Source§impl PartialEq for FixEvidence
impl PartialEq for FixEvidence
impl StructuralPartialEq for FixEvidence
Auto Trait Implementations§
impl Freeze for FixEvidence
impl RefUnwindSafe for FixEvidence
impl Send for FixEvidence
impl Sync for FixEvidence
impl Unpin for FixEvidence
impl UnsafeUnpin for FixEvidence
impl UnwindSafe for FixEvidence
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