pub enum ResolutionKind {
Resolved,
Waived,
}Variants§
Trait Implementations§
Source§impl Clone for ResolutionKind
impl Clone for ResolutionKind
Source§fn clone(&self) -> ResolutionKind
fn clone(&self) -> ResolutionKind
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 moreimpl Copy for ResolutionKind
Source§impl Debug for ResolutionKind
impl Debug for ResolutionKind
Source§impl<'de> Deserialize<'de> for ResolutionKind
impl<'de> Deserialize<'de> for ResolutionKind
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 ResolutionKind
Source§impl PartialEq for ResolutionKind
impl PartialEq for ResolutionKind
Source§fn eq(&self, other: &ResolutionKind) -> bool
fn eq(&self, other: &ResolutionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResolutionKind
impl Serialize for ResolutionKind
impl StructuralPartialEq for ResolutionKind
Auto Trait Implementations§
impl Freeze for ResolutionKind
impl RefUnwindSafe for ResolutionKind
impl Send for ResolutionKind
impl Sync for ResolutionKind
impl Unpin for ResolutionKind
impl UnsafeUnpin for ResolutionKind
impl UnwindSafe for ResolutionKind
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