pub struct ChecksumRefresh {
pub complete: bool,
pub checksum: u64,
pub scanned_bytes: u64,
pub db_size: u64,
}Fields§
§complete: bool§checksum: u64§scanned_bytes: u64§db_size: u64Trait Implementations§
Source§impl Clone for ChecksumRefresh
impl Clone for ChecksumRefresh
Source§fn clone(&self) -> ChecksumRefresh
fn clone(&self) -> ChecksumRefresh
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChecksumRefresh
impl Debug for ChecksumRefresh
Source§impl PartialEq for ChecksumRefresh
impl PartialEq for ChecksumRefresh
Source§fn eq(&self, other: &ChecksumRefresh) -> bool
fn eq(&self, other: &ChecksumRefresh) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ChecksumRefresh
impl StructuralPartialEq for ChecksumRefresh
Auto Trait Implementations§
impl Freeze for ChecksumRefresh
impl RefUnwindSafe for ChecksumRefresh
impl Send for ChecksumRefresh
impl Sync for ChecksumRefresh
impl Unpin for ChecksumRefresh
impl UnsafeUnpin for ChecksumRefresh
impl UnwindSafe for ChecksumRefresh
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