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