Struct rls_data::Relation
[−]
[src]
pub struct Relation {
pub span: SpanData,
pub kind: RelationKind,
pub from: Id,
pub to: Id,
}Fields
span: SpanData
kind: RelationKind
from: Id
to: Id
Trait Implementations
impl Debug for Relation[src]
impl Clone for Relation[src]
fn clone(&self) -> Relation
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Decodable for Relation[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Relation, __D::Error>
Deserialize a value using a Decoder.