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
sourceimpl 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
sourceimpl Clone for SkipContext
impl Clone for SkipContext
sourcefn clone(&self) -> SkipContext
fn clone(&self) -> SkipContext
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 Default for SkipContext
impl Default for SkipContext
sourcefn 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
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: 48 bytes