pub struct ListAllStoragePoolsRequest(/* private fields */);Implementations§
Source§impl ListAllStoragePoolsRequest
impl ListAllStoragePoolsRequest
pub fn new(flags: ListAllStoragePoolsFlags) -> Self
Trait Implementations§
Source§impl Debug for ListAllStoragePoolsRequest
impl Debug for ListAllStoragePoolsRequest
Source§impl<R: Read> LibvirtRpc<R> for ListAllStoragePoolsRequest
impl<R: Read> LibvirtRpc<R> for ListAllStoragePoolsRequest
const PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_CONNECT_LIST_ALL_STORAGE_POOLS
type Response = ListAllStoragePoolsResponse
Auto Trait Implementations§
impl Freeze for ListAllStoragePoolsRequest
impl RefUnwindSafe for ListAllStoragePoolsRequest
impl Send for ListAllStoragePoolsRequest
impl Sync for ListAllStoragePoolsRequest
impl Unpin for ListAllStoragePoolsRequest
impl UnwindSafe for ListAllStoragePoolsRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more