Struct syntax::codemap::StableFilemapId
[−]
[src]
pub struct StableFilemapId(_);
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Methods
impl StableFilemapId[src]
impl StableFilemapIdpub fn new(filemap: &FileMap) -> StableFilemapId[src]
pub fn new(filemap: &FileMap) -> StableFilemapId🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait 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)Performs copy-assignment from source. Read more
impl PartialEq for StableFilemapId[src]
impl PartialEq for StableFilemapIdfn eq(&self, __arg_0: &StableFilemapId) -> bool[src]
fn eq(&self, __arg_0: &StableFilemapId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StableFilemapId) -> bool[src]
fn ne(&self, __arg_0: &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, __arg_0: &mut __H)[src]
fn hash<__H: Hasher>(&self, __arg_0: &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, Feeds a slice of this type into the given [Hasher]. Read more
impl Encodable for StableFilemapId[src]
impl Encodable for StableFilemapIdfn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Decodable for StableFilemapId[src]
impl Decodable for StableFilemapIdfn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<StableFilemapId, __D::Error>[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<StableFilemapId, __D::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl 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