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