Struct qapi::Qmp[][src]

pub struct Qmp<S> { /* fields omitted */ }

Methods

impl<S: Read + Write + Clone> Qmp<Stream<BufReader<S>, S>>
[src]

impl<S> Qmp<S>
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for Drain<'a, T>

impl<S: BufRead> Qmp<S>
[src]

impl<S: BufRead + Write> Qmp<S>
[src]

Can be used to poll the socket for pending events

Auto Trait Implementations

impl<S> Send for Qmp<S> where
    S: Send

impl<S> Sync for Qmp<S> where
    S: Sync