Struct libvirt_rpc::request::LibvirtResponse [] [src]

pub struct LibvirtResponse<P>(_);

Trait Implementations

impl<P: Debug> Debug for LibvirtResponse<P>
[src]

Formats the value using the given formatter.

impl<P> From<P> for LibvirtResponse<P>
[src]

Performs the conversion.

impl<P: Unpack<In>, In: Read> Unpack<In> for LibvirtResponse<P>
[src]