pub struct FlushNotifyHandle { /* private fields */ }Trait Implementations§
Source§impl Drop for FlushNotifyHandle
impl Drop for FlushNotifyHandle
Auto Trait Implementations§
impl Freeze for FlushNotifyHandle
impl RefUnwindSafe for FlushNotifyHandle
impl Send for FlushNotifyHandle
impl Sync for FlushNotifyHandle
impl Unpin for FlushNotifyHandle
impl UnsafeUnpin for FlushNotifyHandle
impl UnwindSafe for FlushNotifyHandle
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