pub struct CommentFilter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AfterCursor for CommentFilter
impl AfterCursor for CommentFilter
fn after_cursor(self, cursor: String) -> Self
Source§impl Clone for CommentFilter
impl Clone for CommentFilter
Source§fn clone(&self) -> CommentFilter
fn clone(&self) -> CommentFilter
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 CommentFilter
impl Debug for CommentFilter
Source§impl PathQuery for CommentFilter
impl PathQuery for CommentFilter
Source§impl Query for CommentFilter
impl Query for CommentFilter
Auto Trait Implementations§
impl Freeze for CommentFilter
impl RefUnwindSafe for CommentFilter
impl Send for CommentFilter
impl Sync for CommentFilter
impl Unpin for CommentFilter
impl UnwindSafe for CommentFilter
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