Struct syntax::codemap::StableFilemapId [−][src]
pub struct StableFilemapId(u128);
🔬 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 StableFilemapId
pub 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 StableFilemapId
impl Clone for StableFilemapId
[src]
impl Clone for StableFilemapId
fn clone(&self) -> StableFilemapId
[src]
fn clone(&self) -> StableFilemapId
Returns 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 StableFilemapId
fn eq(&self, other: &StableFilemapId) -> bool
[src]
fn eq(&self, other: &StableFilemapId) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for StableFilemapId
[src]
impl Eq for StableFilemapId
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Hash for StableFilemapId
[src]
impl Hash for StableFilemapId
fn 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,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Encodable for StableFilemapId
[src]
impl Encodable for StableFilemapId
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
[src]
fn encode<__S: Encoder>(&self, s: &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 StableFilemapId
fn decode<__D: Decoder>(d: &mut __D) -> Result<StableFilemapId, __D::Error>
[src]
fn decode<__D: Decoder>(d: &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 StableFilemapId
Auto Trait Implementations
impl Send for StableFilemapId
impl Send for StableFilemapId
impl Sync for StableFilemapId
impl Sync for StableFilemapId