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