pub struct PigzRsyncableSearchState { /* private fields */ }Expand description
Intermediate state for PigzRsyncable::find_chunk_edge
Using this avoids re-computation of data when no edge is found
Trait Implementations§
Source§impl Clone for PigzRsyncableSearchState
impl Clone for PigzRsyncableSearchState
Source§fn clone(&self) -> PigzRsyncableSearchState
fn clone(&self) -> PigzRsyncableSearchState
Returns a duplicate 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 PigzRsyncableSearchState
impl Debug for PigzRsyncableSearchState
Source§impl From<&PigzRsyncable> for PigzRsyncableSearchState
impl From<&PigzRsyncable> for PigzRsyncableSearchState
Source§fn from(params: &PigzRsyncable) -> Self
fn from(params: &PigzRsyncable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PigzRsyncableSearchState
impl RefUnwindSafe for PigzRsyncableSearchState
impl Send for PigzRsyncableSearchState
impl Sync for PigzRsyncableSearchState
impl Unpin for PigzRsyncableSearchState
impl UnsafeUnpin for PigzRsyncableSearchState
impl UnwindSafe for PigzRsyncableSearchState
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