Struct rls_data::SigElement [−][src]
Fields
id: Id
start: usize
end: usize
Trait Implementations
impl Decodable for SigElement[src]
impl Decodable for SigElementfn decode<__D: Decoder>(d: &mut __D) -> Result<SigElement, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<SigElement, __D::Error>Deserialize a value using a Decoder.
impl Encodable for SigElement[src]
impl Encodable for SigElementfn 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 SigElement[src]
impl Debug for SigElementfn 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 SigElement[src]
impl Clone for SigElementfn clone(&self) -> SigElement[src]
fn clone(&self) -> SigElementReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for SigElement
impl Send for SigElementimpl Sync for SigElement
impl Sync for SigElement