Struct rls_data::Id [−][src]
Fields
krate: u32
index: u32
Trait Implementations
impl Decodable for Id[src]
impl Decodable for Idfn decode<__D: Decoder>(d: &mut __D) -> Result<Id, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<Id, __D::Error>Deserialize a value using a Decoder.
impl Encodable for Id[src]
impl Encodable for Idfn 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 Clone for Id[src]
impl Clone for Idfn clone(&self) -> Id[src]
fn clone(&self) -> IdReturns 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
impl Copy for Id[src]
impl Copy for Idimpl Debug for Id[src]
impl Debug for Idfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Id[src]
impl PartialEq for Idfn eq(&self, other: &Id) -> bool[src]
fn eq(&self, other: &Id) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Id) -> bool[src]
fn ne(&self, other: &Id) -> boolThis method tests for !=.
impl Eq for Id[src]
impl Eq for Idimpl Hash for Id[src]
impl Hash for Id