Struct rls_data::Ref [−][src]
Fields
kind: RefKind
span: SpanData
ref_id: Id
Trait Implementations
impl Decodable for Ref[src]
impl Decodable for Reffn decode<__D: Decoder>(d: &mut __D) -> Result<Ref, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<Ref, __D::Error>Deserialize a value using a Decoder.
impl Encodable for Ref[src]
impl Encodable for Reffn 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 Ref[src]
impl Debug for Reffn 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 Ref[src]
impl Clone for Ref