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