Struct rustc_query_impl::on_disk_cache::SourceFileIndex
source · struct SourceFileIndex(u32);
Tuple Fields
0: u32
Trait Implementations
sourceimpl Clone for SourceFileIndex
impl Clone for SourceFileIndex
sourcefn clone(&self) -> SourceFileIndex
fn clone(&self) -> SourceFileIndex
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SourceFileIndex
impl Debug for SourceFileIndex
sourceimpl<__D: Decoder> Decodable<__D> for SourceFileIndex
impl<__D: Decoder> Decodable<__D> for SourceFileIndex
sourceimpl<__E: Encoder> Encodable<__E> for SourceFileIndex
impl<__E: Encoder> Encodable<__E> for SourceFileIndex
sourceimpl Hash for SourceFileIndex
impl Hash for SourceFileIndex
sourceimpl PartialEq<SourceFileIndex> for SourceFileIndex
impl PartialEq<SourceFileIndex> for SourceFileIndex
sourcefn eq(&self, other: &SourceFileIndex) -> bool
fn eq(&self, other: &SourceFileIndex) -> bool
impl Copy for SourceFileIndex
impl Eq for SourceFileIndex
impl StructuralEq for SourceFileIndex
impl StructuralPartialEq for SourceFileIndex
Auto Trait Implementations
impl RefUnwindSafe for SourceFileIndex
impl Send for SourceFileIndex
impl Sync for SourceFileIndex
impl Unpin for SourceFileIndex
impl UnwindSafe for SourceFileIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<CTX, T> Value<CTX> for Twhere
CTX: DepContext,
impl<CTX, T> Value<CTX> for Twhere
CTX: DepContext,
default fn from_cycle_error(tcx: CTX) -> T
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes