pub struct QuillIgnore { /* private fields */ }Expand description
Simple gitignore-style pattern matcher for .quillignore
Implementations§
Source§impl QuillIgnore
impl QuillIgnore
Trait Implementations§
Source§impl Clone for QuillIgnore
impl Clone for QuillIgnore
Source§fn clone(&self) -> QuillIgnore
fn clone(&self) -> QuillIgnore
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 moreAuto Trait Implementations§
impl Freeze for QuillIgnore
impl RefUnwindSafe for QuillIgnore
impl Send for QuillIgnore
impl Sync for QuillIgnore
impl Unpin for QuillIgnore
impl UnwindSafe for QuillIgnore
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