Enum rls_data::RelationKind [−][src]
pub enum RelationKind {
Impl {
id: u32,
},
SuperTrait,
}Variants
ImplFields of Impl
id: u32 |
SuperTrait
Trait Implementations
impl Decodable for RelationKind[src]
impl Decodable for RelationKindfn decode<__D: Decoder>(d: &mut __D) -> Result<RelationKind, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<RelationKind, __D::Error>Deserialize a value using a Decoder.
impl Encodable for RelationKind[src]
impl Encodable for RelationKindfn 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 RelationKind[src]
impl Debug for RelationKindfn 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 RelationKind[src]
impl Clone for RelationKindfn clone(&self) -> RelationKind[src]
fn clone(&self) -> RelationKindReturns 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 Copy for RelationKind[src]
impl Copy for RelationKindimpl PartialEq for RelationKind[src]
impl PartialEq for RelationKindfn eq(&self, other: &RelationKind) -> bool[src]
fn eq(&self, other: &RelationKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RelationKind) -> bool[src]
fn ne(&self, other: &RelationKind) -> boolThis method tests for !=.
impl Eq for RelationKind[src]
impl Eq for RelationKindAuto Trait Implementations
impl Send for RelationKind
impl Send for RelationKindimpl Sync for RelationKind
impl Sync for RelationKind