pub struct CompressedDatabase { /* private fields */ }Expand description
A compressed version of a regular Database with 3 records packed into one.
Trait Implementations§
Source§impl Clone for CompressedDatabase
impl Clone for CompressedDatabase
Source§fn clone(&self) -> CompressedDatabase
fn clone(&self) -> CompressedDatabase
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 moreSource§impl Debug for CompressedDatabase
impl Debug for CompressedDatabase
Source§impl PartialEq for CompressedDatabase
impl PartialEq for CompressedDatabase
Source§impl PartialOrd for CompressedDatabase
impl PartialOrd for CompressedDatabase
impl Eq for CompressedDatabase
impl StructuralPartialEq for CompressedDatabase
Auto Trait Implementations§
impl Freeze for CompressedDatabase
impl RefUnwindSafe for CompressedDatabase
impl Send for CompressedDatabase
impl Sync for CompressedDatabase
impl Unpin for CompressedDatabase
impl UnwindSafe for CompressedDatabase
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