#[repr(C)]pub struct _EJDB { /* private fields */ }Expand description
@brief Database handler.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _EJDB
impl RefUnwindSafe for _EJDB
impl Send for _EJDB
impl Sync for _EJDB
impl Unpin for _EJDB
impl UnwindSafe for _EJDB
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