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