pub struct ValidateData(/* private fields */);
Expand description
Information for the SyncFilter::validate_data callback.
Implementations§
Source§impl ValidateData
impl ValidateData
Sourcepub fn explicit_hydration(&self) -> bool
pub fn explicit_hydration(&self) -> bool
Whether or not the callback failed as a result of the 60 second timeout.
Sourcepub fn file_range(&self) -> Range<u64>
pub fn file_range(&self) -> Range<u64>
The range of data to validate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateData
impl RefUnwindSafe for ValidateData
impl Send for ValidateData
impl Sync for ValidateData
impl Unpin for ValidateData
impl UnwindSafe for ValidateData
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