pub struct GzipRsyncableSearchState { /* private fields */ }
Expand description
Intermediate state for GzipRsyncable::find_chunk_edge
Using this avoids re-computation of data when no edge is found
Trait Implementations§
Source§impl Clone for GzipRsyncableSearchState
impl Clone for GzipRsyncableSearchState
Source§fn clone(&self) -> GzipRsyncableSearchState
fn clone(&self) -> GzipRsyncableSearchState
Returns a copy of the value. Read more
1.0.0 · 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 GzipRsyncableSearchState
impl Debug for GzipRsyncableSearchState
Source§impl Default for GzipRsyncableSearchState
impl Default for GzipRsyncableSearchState
Source§fn default() -> GzipRsyncableSearchState
fn default() -> GzipRsyncableSearchState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GzipRsyncableSearchState
impl RefUnwindSafe for GzipRsyncableSearchState
impl Send for GzipRsyncableSearchState
impl Sync for GzipRsyncableSearchState
impl Unpin for GzipRsyncableSearchState
impl UnwindSafe for GzipRsyncableSearchState
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