Struct rsfbclient_rust::DbHandle
source · [−]pub struct DbHandle(_);
Expand description
A database handle
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DbHandle
impl Send for DbHandle
impl Sync for DbHandle
impl Unpin for DbHandle
impl UnwindSafe for DbHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more