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