pub struct WindowsPipeServerRef { /* private fields */ }Expand description
Reference to a windows pipe server instance.
Implementations§
Methods from Deref<Target = ServerRef>§
pub fn is_finished(&self) -> bool
pub fn shutdown(&self)
Trait Implementations§
Source§impl Deref for WindowsPipeServerRef
impl Deref for WindowsPipeServerRef
Source§impl DerefMut for WindowsPipeServerRef
impl DerefMut for WindowsPipeServerRef
Source§impl Future for WindowsPipeServerRef
impl Future for WindowsPipeServerRef
Auto Trait Implementations§
impl Freeze for WindowsPipeServerRef
impl !RefUnwindSafe for WindowsPipeServerRef
impl Send for WindowsPipeServerRef
impl Sync for WindowsPipeServerRef
impl Unpin for WindowsPipeServerRef
impl !UnwindSafe for WindowsPipeServerRef
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