Struct libvirt_rpc::request::ListAllStoragePoolsRequest [] [src]

pub struct ListAllStoragePoolsRequest(_);

Methods

impl ListAllStoragePoolsRequest
[src]

[src]

Trait Implementations

impl Debug for ListAllStoragePoolsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl<Out: Write> Pack<Out> for ListAllStoragePoolsRequest
[src]

[src]

impl<R: Read> LibvirtRpc<R> for ListAllStoragePoolsRequest
[src]

PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_CONNECT_LIST_ALL_STORAGE_POOLS

Auto Trait Implementations