pub struct PerFileIgnore {
pub pattern: String,
pub selectors: Vec<RuleSelector>,
}Fields§
§pattern: String§selectors: Vec<RuleSelector>Implementations§
Trait Implementations§
Source§impl Clone for PerFileIgnore
impl Clone for PerFileIgnore
Source§fn clone(&self) -> PerFileIgnore
fn clone(&self) -> PerFileIgnore
Returns a duplicate 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 Debug for PerFileIgnore
impl Debug for PerFileIgnore
Source§impl PartialEq for PerFileIgnore
impl PartialEq for PerFileIgnore
impl Eq for PerFileIgnore
impl StructuralPartialEq for PerFileIgnore
Auto Trait Implementations§
impl Freeze for PerFileIgnore
impl RefUnwindSafe for PerFileIgnore
impl Send for PerFileIgnore
impl Sync for PerFileIgnore
impl Unpin for PerFileIgnore
impl UnsafeUnpin for PerFileIgnore
impl UnwindSafe for PerFileIgnore
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