Struct rustfmt_nightly::skip::SkipContext
source · 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§
source§impl SkipContext
impl SkipContext
pub(crate) fn update_with_attrs(&mut self, attrs: &[Attribute])
pub(crate) fn update(&mut self, other: SkipContext)
pub(crate) fn skip_macro(&self, name: &str) -> bool
pub(crate) fn skip_attribute(&self, name: &str) -> bool
Trait Implementations§
source§impl Clone for SkipContext
impl Clone for SkipContext
source§fn clone(&self) -> SkipContext
fn clone(&self) -> SkipContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SkipContext
impl Default for SkipContext
source§fn default() -> SkipContext
fn default() -> SkipContext
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§
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