#[repr(C)]pub struct EJDB { /* private fields */ }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