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