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