pub struct WindowsPipeConnector { /* private fields */ }Expand description
Implementation of Connector to support connecting via a Windows named pipe.
Implementations§
Trait Implementations§
Source§impl Connector for WindowsPipeConnector
impl Connector for WindowsPipeConnector
Auto Trait Implementations§
impl Freeze for WindowsPipeConnector
impl RefUnwindSafe for WindowsPipeConnector
impl Send for WindowsPipeConnector
impl Sync for WindowsPipeConnector
impl Unpin for WindowsPipeConnector
impl UnwindSafe for WindowsPipeConnector
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