pub struct DirectiveFilter;Trait Implementations§
Source§impl CommentFilter for DirectiveFilter
impl CommentFilter for DirectiveFilter
fn should_skip(&self, comment: &CommentInfo) -> bool
Auto Trait Implementations§
impl Freeze for DirectiveFilter
impl RefUnwindSafe for DirectiveFilter
impl Send for DirectiveFilter
impl Sync for DirectiveFilter
impl Unpin for DirectiveFilter
impl UnsafeUnpin for DirectiveFilter
impl UnwindSafe for DirectiveFilter
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