Struct rustc_span::hygiene::HygieneDecodeContext
source · pub struct HygieneDecodeContext {
remapped_ctxts: Lock<Vec<Option<SyntaxContext>>>,
}
Expand description
Additional information used to assist in decoding hygiene data
Fields
remapped_ctxts: Lock<Vec<Option<SyntaxContext>>>
Trait Implementations
sourceimpl Default for HygieneDecodeContext
impl Default for HygieneDecodeContext
sourcefn default() -> HygieneDecodeContext
fn default() -> HygieneDecodeContext
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for HygieneDecodeContext
impl Send for HygieneDecodeContext
impl !Sync for HygieneDecodeContext
impl Unpin for HygieneDecodeContext
impl UnwindSafe for HygieneDecodeContext
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
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: 32 bytes