pub struct FlushTx();
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlushTx
impl RefUnwindSafe for FlushTx
impl Send for FlushTx
impl Sync for FlushTx
impl Unpin for FlushTx
impl UnwindSafe for FlushTx
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