pub struct AdjudicationDoc {
pub verdicts: Vec<Adjudication>,
}Fields§
§verdicts: Vec<Adjudication>Trait Implementations§
Source§impl Clone for AdjudicationDoc
impl Clone for AdjudicationDoc
Source§fn clone(&self) -> AdjudicationDoc
fn clone(&self) -> AdjudicationDoc
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 AdjudicationDoc
impl Debug for AdjudicationDoc
Source§impl<'de> Deserialize<'de> for AdjudicationDoc
impl<'de> Deserialize<'de> for AdjudicationDoc
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
Auto Trait Implementations§
impl Freeze for AdjudicationDoc
impl RefUnwindSafe for AdjudicationDoc
impl Send for AdjudicationDoc
impl Sync for AdjudicationDoc
impl Unpin for AdjudicationDoc
impl UnsafeUnpin for AdjudicationDoc
impl UnwindSafe for AdjudicationDoc
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