Struct merkle_search_tree::diff::DiffRange
source · 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§
source§impl<'a, K: PartialEq> PartialEq<DiffRange<'a, K>> for DiffRange<'a, K>
impl<'a, K: PartialEq> PartialEq<DiffRange<'a, K>> for DiffRange<'a, K>
impl<'a, K> StructuralPartialEq for DiffRange<'a, K>
Auto Trait Implementations§
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