Struct syntax::source_map::StableFilemapId  [−][src]
pub struct StableFilemapId(_);
Methods
impl StableFilemapId[src] 
impl StableFilemapIdpub fn new(source_file: &SourceFile) -> StableFilemapId[src] 
pub fn new(source_file: &SourceFile) -> StableFilemapIdTrait Implementations
impl Copy for StableFilemapId[src] 
impl Copy for StableFilemapIdimpl Clone for StableFilemapId[src] 
impl Clone for StableFilemapIdfn clone(&self) -> StableFilemapId[src] 
fn clone(&self) -> StableFilemapIdReturns 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 PartialEq for StableFilemapId[src] 
impl PartialEq for StableFilemapIdfn eq(&self, other: &StableFilemapId) -> bool[src] 
fn eq(&self, other: &StableFilemapId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &StableFilemapId) -> bool[src] 
fn ne(&self, other: &StableFilemapId) -> boolThis method tests for !=.
impl Eq for StableFilemapId[src] 
impl Eq for StableFilemapIdimpl Hash for StableFilemapId[src] 
impl Hash for StableFilemapIdfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Encodable for StableFilemapId[src] 
impl Encodable for StableFilemapIdimpl Decodable for StableFilemapId[src] 
impl Decodable for StableFilemapIdimpl Debug for StableFilemapId[src] 
impl Debug for StableFilemapIdAuto Trait Implementations
impl Send for StableFilemapId
impl Send for StableFilemapIdimpl Sync for StableFilemapId
impl Sync for StableFilemapId