pub struct IntegrityChecker<'a> { /* private fields */ }Expand description
Reads a stream range and produces an IntegrityReport.
Implementations§
Source§impl<'a> IntegrityChecker<'a>
impl<'a> IntegrityChecker<'a>
pub fn new(storage: &'a StorageManager) -> Self
Sourcepub fn with_time_gap_threshold(self, ms: i64) -> Self
pub fn with_time_gap_threshold(self, ms: i64) -> Self
Override the time-gap threshold (milliseconds).
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for IntegrityChecker<'a>
impl<'a> !UnwindSafe for IntegrityChecker<'a>
impl<'a> Freeze for IntegrityChecker<'a>
impl<'a> Send for IntegrityChecker<'a>
impl<'a> Sync for IntegrityChecker<'a>
impl<'a> Unpin for IntegrityChecker<'a>
impl<'a> UnsafeUnpin for IntegrityChecker<'a>
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