pub struct EvidenceBody(/* private fields */);Expand description
Non-empty evidence excerpt made available to a support judge.
Implementations§
Trait Implementations§
Source§impl Clone for EvidenceBody
impl Clone for EvidenceBody
Source§fn clone(&self) -> EvidenceBody
fn clone(&self) -> EvidenceBody
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 EvidenceBody
impl Debug for EvidenceBody
Source§impl<'de> Deserialize<'de> for EvidenceBody
impl<'de> Deserialize<'de> for EvidenceBody
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
impl Eq for EvidenceBody
Source§impl PartialEq for EvidenceBody
impl PartialEq for EvidenceBody
Source§impl Serialize for EvidenceBody
impl Serialize for EvidenceBody
impl StructuralPartialEq for EvidenceBody
Auto Trait Implementations§
impl Freeze for EvidenceBody
impl RefUnwindSafe for EvidenceBody
impl Send for EvidenceBody
impl Sync for EvidenceBody
impl Unpin for EvidenceBody
impl UnsafeUnpin for EvidenceBody
impl UnwindSafe for EvidenceBody
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