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