Struct rls_data::Impl [−][src]
pub struct Impl {
pub id: u32,
pub kind: ImplKind,
pub span: SpanData,
pub value: String,
pub parent: Option<Id>,
pub children: Vec<Id>,
pub docs: String,
pub sig: Option<Signature>,
pub attributes: Vec<Attribute>,
}Fields
id: u32
kind: ImplKind
span: SpanData
value: String
parent: Option<Id>
children: Vec<Id>
docs: String
sig: Option<Signature>
attributes: Vec<Attribute>
Trait Implementations
impl Decodable for Impl[src]
impl Decodable for Implfn decode<__D: Decoder>(d: &mut __D) -> Result<Impl, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<Impl, __D::Error>Deserialize a value using a Decoder.
impl Encodable for Impl[src]
impl Encodable for Implfn 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 Impl[src]
impl Debug for Implfn 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 Impl[src]
impl Clone for Impl