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