pub struct DiffRange<'a, K> { /* private fields */ }
Expand description
An inclusive range of keys that differ between two serialised ordered sets
of PageRange
.
Implementations§
Trait Implementations§
impl<'a, K> StructuralPartialEq for DiffRange<'a, K>
Auto Trait Implementations§
impl<'a, K> Freeze for DiffRange<'a, K>
impl<'a, K> RefUnwindSafe for DiffRange<'a, K>where
K: RefUnwindSafe,
impl<'a, K> Send for DiffRange<'a, K>where
K: Sync,
impl<'a, K> Sync for DiffRange<'a, K>where
K: Sync,
impl<'a, K> Unpin for DiffRange<'a, K>
impl<'a, K> UnwindSafe for DiffRange<'a, K>where
K: RefUnwindSafe,
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