Enum rls_data::ImplKind [−][src]
Variants
InherentDirectIndirectBlanketDeref(String, Id)
Trait Implementations
impl Decodable for ImplKind[src]
impl Decodable for ImplKindfn decode<__D: Decoder>(d: &mut __D) -> Result<ImplKind, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<ImplKind, __D::Error>Deserialize a value using a Decoder.
impl Encodable for ImplKind[src]
impl Encodable for ImplKindfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>Serialize a value using an Encoder.
impl Debug for ImplKind[src]
impl Debug for ImplKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ImplKind[src]
impl Clone for ImplKindfn clone(&self) -> ImplKind[src]
fn clone(&self) -> ImplKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ImplKind[src]
impl PartialEq for ImplKindfn eq(&self, other: &ImplKind) -> bool[src]
fn eq(&self, other: &ImplKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ImplKind) -> bool[src]
fn ne(&self, other: &ImplKind) -> boolThis method tests for !=.
impl Eq for ImplKind[src]
impl Eq for ImplKind