pub struct StoragePoolListVolumesRequest(/* private fields */);Implementations§
Source§impl StoragePoolListVolumesRequest
impl StoragePoolListVolumesRequest
pub fn new(pool: &StoragePool, maxnames: i32) -> Self
Trait Implementations§
Source§impl<R: Read> LibvirtRpc<R> for StoragePoolListVolumesRequest
impl<R: Read> LibvirtRpc<R> for StoragePoolListVolumesRequest
const PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_STORAGE_POOL_LIST_VOLUMES
type Response = StoragePoolListVolumesResponse
Auto Trait Implementations§
impl Freeze for StoragePoolListVolumesRequest
impl RefUnwindSafe for StoragePoolListVolumesRequest
impl Send for StoragePoolListVolumesRequest
impl Sync for StoragePoolListVolumesRequest
impl Unpin for StoragePoolListVolumesRequest
impl UnwindSafe for StoragePoolListVolumesRequest
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