pub struct BinarySyncDb { /* private fields */ }Expand description
Database interface for binary sync (matches JS db object).
Implementations§
Auto Trait Implementations§
impl Freeze for BinarySyncDb
impl RefUnwindSafe for BinarySyncDb
impl Send for BinarySyncDb
impl Sync for BinarySyncDb
impl Unpin for BinarySyncDb
impl UnwindSafe for BinarySyncDb
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