pub struct ResolutionDecision { /* private fields */ }Implementations§
Source§impl ResolutionDecision
impl ResolutionDecision
pub fn field(&self) -> ResolutionField
pub fn source(&self) -> ResolutionDecisionSource
pub fn reason_id(&self) -> &ResolutionReasonId
pub fn evidence(&self) -> &ResolutionDecisionEvidence
Trait Implementations§
Source§impl Clone for ResolutionDecision
impl Clone for ResolutionDecision
Source§fn clone(&self) -> ResolutionDecision
fn clone(&self) -> ResolutionDecision
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 ResolutionDecision
impl Debug for ResolutionDecision
Source§impl<'de> Deserialize<'de> for ResolutionDecision
impl<'de> Deserialize<'de> for ResolutionDecision
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 ResolutionDecision
Source§impl PartialEq for ResolutionDecision
impl PartialEq for ResolutionDecision
Source§impl Serialize for ResolutionDecision
impl Serialize for ResolutionDecision
impl StructuralPartialEq for ResolutionDecision
Auto Trait Implementations§
impl Freeze for ResolutionDecision
impl RefUnwindSafe for ResolutionDecision
impl Send for ResolutionDecision
impl Sync for ResolutionDecision
impl Unpin for ResolutionDecision
impl UnsafeUnpin for ResolutionDecision
impl UnwindSafe for ResolutionDecision
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