pub struct EvidenceRef {
pub id: String,
pub claim: String,
pub event_id: String,
pub timestamp: String,
pub source_type: String,
}Fields§
§id: String§claim: String§event_id: String§timestamp: String§source_type: StringTrait Implementations§
Source§impl Clone for EvidenceRef
impl Clone for EvidenceRef
Source§fn clone(&self) -> EvidenceRef
fn clone(&self) -> EvidenceRef
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 EvidenceRef
impl Debug for EvidenceRef
Auto Trait Implementations§
impl Freeze for EvidenceRef
impl RefUnwindSafe for EvidenceRef
impl Send for EvidenceRef
impl Sync for EvidenceRef
impl Unpin for EvidenceRef
impl UnsafeUnpin for EvidenceRef
impl UnwindSafe for EvidenceRef
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