Struct libvirt_rpc::request::AuthListRequest
[−]
[src]
pub struct AuthListRequest(_);
Auth list request must be the first request
pub struct AuthListRequest(_);
Auth list request must be the first request
impl AuthListRequest[src]fn new() -> Selfimpl Debug for AuthListRequest[src]impl<Out: Write> Pack<Out> for AuthListRequest[src]impl<R: Read> LibvirtRpc<R> for AuthListRequest[src]type Response = AuthListResponse