Struct rustfmt_nightly::skip::SkipContext [−][src]
Expand description
Take care of skip name stack. You can update it by attributes slice or by other context. Query this context to know if you need skip a block.
Fields
macros: Vec<String>
attributes: Vec<String>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SkipContext
impl Send for SkipContext
impl Sync for SkipContext
impl Unpin for SkipContext
impl UnwindSafe for SkipContext
Blanket Implementations
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: 48 bytes