pub struct Db<R: BufRead> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<R> Freeze for Db<R>where
R: Freeze,
impl<R> RefUnwindSafe for Db<R>where
R: RefUnwindSafe,
impl<R> Send for Db<R>where
R: Send,
impl<R> Sync for Db<R>where
R: Sync,
impl<R> Unpin for Db<R>where
R: Unpin,
impl<R> UnsafeUnpin for Db<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for Db<R>where
R: 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