pub struct ChecksumTable { /* private fields */ }Implementations§
Source§impl ChecksumTable
impl ChecksumTable
pub fn write(&self) -> Result<(), ChecksumTableError>
pub fn create( store: Box<dyn Store>, ) -> Result<ChecksumTable, ChecksumTableError>
Auto Trait Implementations§
impl Freeze for ChecksumTable
impl RefUnwindSafe for ChecksumTable
impl Send for ChecksumTable
impl Sync for ChecksumTable
impl Unpin for ChecksumTable
impl UnwindSafe for ChecksumTable
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