pub struct ReachEntry {
pub commit: String,
pub bitmap: RoaringBitmap,
}Expand description
One sealed bitmap.
Fields§
§commit: String§bitmap: RoaringBitmapTrait Implementations§
Source§impl Clone for ReachEntry
impl Clone for ReachEntry
Source§fn clone(&self) -> ReachEntry
fn clone(&self) -> ReachEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReachEntry
impl Debug for ReachEntry
Source§impl PartialEq for ReachEntry
impl PartialEq for ReachEntry
impl StructuralPartialEq for ReachEntry
Auto Trait Implementations§
impl Freeze for ReachEntry
impl RefUnwindSafe for ReachEntry
impl Send for ReachEntry
impl Sync for ReachEntry
impl Unpin for ReachEntry
impl UnsafeUnpin for ReachEntry
impl UnwindSafe for ReachEntry
Blanket Implementations§
impl<T> Allocation for T
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