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