pub struct EvidenceExcerpt {
pub reference: String,
pub body: String,
}Expand description
One evidence excerpt the judge reads: the pack reference id and the body text it resolves to.
Fields§
§reference: String§body: StringTrait Implementations§
Source§impl Clone for EvidenceExcerpt
impl Clone for EvidenceExcerpt
Source§fn clone(&self) -> EvidenceExcerpt
fn clone(&self) -> EvidenceExcerpt
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 EvidenceExcerpt
impl Debug for EvidenceExcerpt
impl Eq for EvidenceExcerpt
Source§impl PartialEq for EvidenceExcerpt
impl PartialEq for EvidenceExcerpt
impl StructuralPartialEq for EvidenceExcerpt
Auto Trait Implementations§
impl Freeze for EvidenceExcerpt
impl RefUnwindSafe for EvidenceExcerpt
impl Send for EvidenceExcerpt
impl Sync for EvidenceExcerpt
impl Unpin for EvidenceExcerpt
impl UnsafeUnpin for EvidenceExcerpt
impl UnwindSafe for EvidenceExcerpt
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