Struct rustfmt_nightly::skip::SkipContext
source · pub(crate) struct SkipContext {
pub(crate) macros: SkipNameContext,
pub(crate) attributes: SkipNameContext,
}
Expand description
Track which blocks of code are to be skipped when formatting.
You can update it by:
- attributes slice
- manually feeding values into the underlying contexts
Query this context to know if you need to skip a block.
Fields§
§macros: SkipNameContext
§attributes: SkipNameContext
Implementations§
source§impl SkipContext
impl SkipContext
pub(crate) fn update_with_attrs(&mut self, attrs: &[Attribute])
pub(crate) fn update(&mut self, other: SkipContext)
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§
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: 96 bytes