pub struct UnixControlTransport { /* private fields */ }Expand description
Live control.sock transport: a UnixStream with a buffered line reader.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnixControlTransport
impl RefUnwindSafe for UnixControlTransport
impl Send for UnixControlTransport
impl Sync for UnixControlTransport
impl Unpin for UnixControlTransport
impl UnsafeUnpin for UnixControlTransport
impl UnwindSafe for UnixControlTransport
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