pub struct AutoflushSession<'a, T, CB, P>{ /* private fields */ }
Expand description
A session which will flush itself when dropped.
Implementations§
source§impl<'a, T, CB, P> AutoflushSession<'a, T, CB, P>
impl<'a, T, CB, P> AutoflushSession<'a, T, CB, P>
Trait Implementations§
source§impl<'a, T, CB, P> Drop for AutoflushSession<'a, T, CB, P>
impl<'a, T, CB, P> Drop for AutoflushSession<'a, T, CB, P>
Auto Trait Implementations§
impl<'a, T, CB, P> Freeze for AutoflushSession<'a, T, CB, P>where
T: Freeze,
impl<'a, T, CB, P> !RefUnwindSafe for AutoflushSession<'a, T, CB, P>
impl<'a, T, CB, P> !Send for AutoflushSession<'a, T, CB, P>
impl<'a, T, CB, P> !Sync for AutoflushSession<'a, T, CB, P>
impl<'a, T, CB, P> Unpin for AutoflushSession<'a, T, CB, P>where
T: Unpin,
impl<'a, T, CB, P> !UnwindSafe for AutoflushSession<'a, T, CB, P>
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