Struct assembly_fdb::store::Database
source · pub struct Database { /* private fields */ }
Expand description
The whole database
Implementations§
source§impl Database
impl Database
sourcepub fn push_table<S>(&mut self, name: S, table: Table)where
S: Into<Latin1String>,
pub fn push_table<S>(&mut self, name: S, table: Table)where
S: Into<Latin1String>,
Push a table to the database
sourcepub fn compute_size(&self) -> usize
pub fn compute_size(&self) -> usize
Computes the size of the serialized database
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Database
impl RefUnwindSafe for Database
impl Send for Database
impl Sync for Database
impl Unpin for Database
impl UnwindSafe for Database
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