pub struct RwDrain<'db, 'txn> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'db, 'txn> Freeze for RwDrain<'db, 'txn>
impl<'db, 'txn> !RefUnwindSafe for RwDrain<'db, 'txn>
impl<'db, 'txn> Send for RwDrain<'db, 'txn>
impl<'db, 'txn> Sync for RwDrain<'db, 'txn>
impl<'db, 'txn> Unpin for RwDrain<'db, 'txn>
impl<'db, 'txn> !UnwindSafe for RwDrain<'db, 'txn>
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