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