pub struct DeleteFilter {
pub start: Timestamp,
pub end: Timestamp,
pub inside: bool,
pub dry_run: bool,
}
Fields§
§start: Timestamp
§end: Timestamp
§inside: bool
§dry_run: bool
Auto Trait Implementations§
impl Freeze for DeleteFilter
impl RefUnwindSafe for DeleteFilter
impl Send for DeleteFilter
impl Sync for DeleteFilter
impl Unpin for DeleteFilter
impl UnwindSafe for DeleteFilter
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