Struct rustc_errors::markdown::parse::Context
source · struct Context {
top_block: bool,
prev: Prev,
}
Expand description
Parsing context
Fields§
§top_block: bool
If true, we are at a the topmost level (not recursing a nested tt)
prev: Prev
Previous character
Trait Implementations§
source§impl PartialEq<Context> for Context
impl PartialEq<Context> for Context
impl Copy for Context
impl StructuralPartialEq for Context
Auto Trait Implementations§
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn 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: 2 bytes