pub struct RankedOutcome { /* private fields */ }Expand description
A proposal paired with its validation outcome and final rank.
Implementations§
Trait Implementations§
Source§impl Clone for RankedOutcome
impl Clone for RankedOutcome
Source§fn clone(&self) -> RankedOutcome
fn clone(&self) -> RankedOutcome
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 RankedOutcome
impl Debug for RankedOutcome
Source§impl<'de> Deserialize<'de> for RankedOutcome
impl<'de> Deserialize<'de> for RankedOutcome
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 RankedOutcome
Source§impl PartialEq for RankedOutcome
impl PartialEq for RankedOutcome
Source§impl Serialize for RankedOutcome
impl Serialize for RankedOutcome
impl StructuralPartialEq for RankedOutcome
Auto Trait Implementations§
impl Freeze for RankedOutcome
impl RefUnwindSafe for RankedOutcome
impl Send for RankedOutcome
impl Sync for RankedOutcome
impl Unpin for RankedOutcome
impl UnsafeUnpin for RankedOutcome
impl UnwindSafe for RankedOutcome
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