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