pub struct Popularity;
Trait Implementations§
source§impl Cmp for Popularity
impl Cmp for Popularity
source§fn gt<T, V>(value: V) -> Filter
fn gt<T, V>(value: V) -> Filter
Creates
GreaterThan
filter.source§impl Eq for Popularity
impl Eq for Popularity
source§impl In for Popularity
impl In for Popularity
source§impl NotEq for Popularity
impl NotEq for Popularity
source§impl NotIn for Popularity
impl NotIn for Popularity
Auto Trait Implementations§
impl Freeze for Popularity
impl RefUnwindSafe for Popularity
impl Send for Popularity
impl Sync for Popularity
impl Unpin for Popularity
impl UnwindSafe for Popularity
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