Struct distant_net::client::WindowsPipeConnector
source · pub struct WindowsPipeConnector { /* private fields */ }Expand description
Implementation of Connector to support connecting via a Windows named pipe.
Implementations
Trait Implementations
sourceimpl Connector for WindowsPipeConnector
impl Connector for WindowsPipeConnector
Auto Trait Implementations
impl RefUnwindSafe for WindowsPipeConnector
impl Send for WindowsPipeConnector
impl Sync for WindowsPipeConnector
impl Unpin for WindowsPipeConnector
impl UnwindSafe for WindowsPipeConnector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more