pub struct VersionVerifier { /* private fields */ }Expand description
Version verifier for data consistency
Implementations§
Source§impl VersionVerifier
impl VersionVerifier
Sourcepub fn with_config(_config: VersionConfig) -> Self
pub fn with_config(_config: VersionConfig) -> Self
Create a new version verifier with configuration
Sourcepub async fn initialize(&mut self) -> Result<(), IntegrityError>
pub async fn initialize(&mut self) -> Result<(), IntegrityError>
Initialize the version verifier
Trait Implementations§
Source§impl Clone for VersionVerifier
impl Clone for VersionVerifier
Source§fn clone(&self) -> VersionVerifier
fn clone(&self) -> VersionVerifier
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 moreAuto Trait Implementations§
impl Freeze for VersionVerifier
impl RefUnwindSafe for VersionVerifier
impl Send for VersionVerifier
impl Sync for VersionVerifier
impl Unpin for VersionVerifier
impl UnwindSafe for VersionVerifier
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