pub struct ZpaqSearchState { /* private fields */ }
Expand description
Intermediate state from Chunk::find_chunk_edge
for Zpaq
.
Trait Implementations§
Source§impl Debug for ZpaqSearchState
impl Debug for ZpaqSearchState
Source§impl Default for ZpaqSearchState
impl Default for ZpaqSearchState
Source§fn default() -> ZpaqSearchState
fn default() -> ZpaqSearchState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ZpaqSearchState
impl RefUnwindSafe for ZpaqSearchState
impl Send for ZpaqSearchState
impl Sync for ZpaqSearchState
impl Unpin for ZpaqSearchState
impl UnwindSafe for ZpaqSearchState
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