pub struct OmittedContextCandidate {
pub node_id: String,
pub score: i64,
pub reason: String,
}Fields§
§node_id: String§score: i64§reason: StringTrait Implementations§
Source§impl Clone for OmittedContextCandidate
impl Clone for OmittedContextCandidate
Source§fn clone(&self) -> OmittedContextCandidate
fn clone(&self) -> OmittedContextCandidate
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 OmittedContextCandidate
impl Debug for OmittedContextCandidate
impl Eq for OmittedContextCandidate
Source§impl PartialEq for OmittedContextCandidate
impl PartialEq for OmittedContextCandidate
Source§fn eq(&self, other: &OmittedContextCandidate) -> bool
fn eq(&self, other: &OmittedContextCandidate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OmittedContextCandidate
impl Serialize for OmittedContextCandidate
impl StructuralPartialEq for OmittedContextCandidate
Auto Trait Implementations§
impl Freeze for OmittedContextCandidate
impl RefUnwindSafe for OmittedContextCandidate
impl Send for OmittedContextCandidate
impl Sync for OmittedContextCandidate
impl Unpin for OmittedContextCandidate
impl UnsafeUnpin for OmittedContextCandidate
impl UnwindSafe for OmittedContextCandidate
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