pub struct MultiRangeQuery { /* private fields */ }Expand description
Range query over multiple events.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MultiRangeQuery
impl !UnwindSafe for MultiRangeQuery
impl Freeze for MultiRangeQuery
impl Send for MultiRangeQuery
impl Sync for MultiRangeQuery
impl Unpin for MultiRangeQuery
impl UnsafeUnpin for MultiRangeQuery
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