Struct bonsaidb_files::direct::Async
source · pub struct Async<Database: AsyncConnection>(_);
Expand description
An async database connection.
Trait Implementations§
Auto Trait Implementations§
impl<Database> RefUnwindSafe for Async<Database>where Database: RefUnwindSafe,
impl<Database> Send for Async<Database>
impl<Database> Sync for Async<Database>
impl<Database> Unpin for Async<Database>where Database: Unpin,
impl<Database> UnwindSafe for Async<Database>where Database: UnwindSafe,
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