pub struct MixDatabase { /* private fields */ }Expand description
The reverse of the MIX database
Implementations§
Source§impl MixDatabase
impl MixDatabase
Source§impl MixDatabase
impl MixDatabase
Trait Implementations§
Source§impl Clone for MixDatabase
impl Clone for MixDatabase
Source§fn clone(&self) -> MixDatabase
fn clone(&self) -> MixDatabase
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 MixDatabase
impl Debug for MixDatabase
Source§impl Default for MixDatabase
impl Default for MixDatabase
Source§fn default() -> MixDatabase
fn default() -> MixDatabase
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MixDatabase
impl RefUnwindSafe for MixDatabase
impl Send for MixDatabase
impl Sync for MixDatabase
impl Unpin for MixDatabase
impl UnwindSafe for MixDatabase
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