Struct rls_data::Signature
[−]
[src]
pub struct Signature {
pub text: String,
pub defs: Vec<SigElement>,
pub refs: Vec<SigElement>,
}Fields
text: String
defs: Vec<SigElement>
refs: Vec<SigElement>
Trait Implementations
impl Debug for Signature[src]
impl Clone for Signature[src]
fn clone(&self) -> Signature
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 Signature[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Signature, __D::Error>
Deserialize a value using a Decoder.