pub struct QrexecServer {
pub read: Stdin,
pub written: Stdout,
}Fields§
§read: Stdin§written: StdoutImplementations§
Source§impl QrexecServer
impl QrexecServer
Trait Implementations§
Source§impl Debug for QrexecServer
impl Debug for QrexecServer
Auto Trait Implementations§
impl Freeze for QrexecServer
impl RefUnwindSafe for QrexecServer
impl Send for QrexecServer
impl Sync for QrexecServer
impl Unpin for QrexecServer
impl UnwindSafe for QrexecServer
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