Enum qapi_spec::ResponseEvent [−][src]
Variants
Err(Error)Event(E)OkFields of Ok
                           return_: C | |
id: Option<Any> | 
Trait Implementations
impl<C: Debug, E: Debug> Debug for ResponseEvent<C, E>[src] 
impl<C: Debug, E: Debug> Debug for ResponseEvent<C, E>fn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<C: Clone, E: Clone> Clone for ResponseEvent<C, E>[src] 
impl<C: Clone, E: Clone> Clone for ResponseEvent<C, E>fn clone(&self) -> ResponseEvent<C, E>[src] 
fn clone(&self) -> ResponseEvent<C, E>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl<C, E> Send for ResponseEvent<C, E> where
    C: Send,
    E: Send, 
impl<C, E> Send for ResponseEvent<C, E> where
    C: Send,
    E: Send, impl<C, E> Sync for ResponseEvent<C, E> where
    C: Sync,
    E: Sync, 
impl<C, E> Sync for ResponseEvent<C, E> where
    C: Sync,
    E: Sync,