pub struct Write(/* private fields */);Available on crate features
fs and io only.Implementations§
Source§impl Write
impl Write
pub fn into_inner(self) -> Completion ⓘ
Available on crate features
fs or net only.Methods from Deref<Target = Completion>§
pub fn associated_runtime(&self) -> Handle
Trait Implementations§
Source§impl AsMut<Completion> for Write
Available on crate features fs or net only.
impl AsMut<Completion> for Write
Available on crate features
fs or net only.Source§fn as_mut(&mut self) -> &mut Completion ⓘ
fn as_mut(&mut self) -> &mut Completion ⓘ
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<Completion> for Write
Available on crate features fs or net only.
impl AsRef<Completion> for Write
Available on crate features
fs or net only.Source§fn as_ref(&self) -> &Completion ⓘ
fn as_ref(&self) -> &Completion ⓘ
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Deref for Write
Available on crate features fs or net only.
impl Deref for Write
Available on crate features
fs or net only.Source§type Target = Completion
type Target = Completion
The resulting type after dereferencing.
Source§fn deref(&self) -> &Completion ⓘ
fn deref(&self) -> &Completion ⓘ
Dereferences the value.
Source§impl DerefMut for Write
Available on crate features fs or net only.
impl DerefMut for Write
Available on crate features
fs or net only.Source§fn deref_mut(&mut self) -> &mut Completion ⓘ
fn deref_mut(&mut self) -> &mut Completion ⓘ
Mutably dereferences the value.
Auto Trait Implementations§
impl !Freeze for Write
impl !RefUnwindSafe for Write
impl !Send for Write
impl !Sync for Write
impl Unpin for Write
impl !UnwindSafe for Write
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more