pub struct StorageVolGetInfoRequest(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for StorageVolGetInfoRequest
 
impl Debug for StorageVolGetInfoRequest
Source§impl<R: Read> LibvirtRpc<R> for StorageVolGetInfoRequest
 
impl<R: Read> LibvirtRpc<R> for StorageVolGetInfoRequest
const PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_STORAGE_VOL_GET_INFO
type Response = StorageVolGetInfoResponse
Auto Trait Implementations§
impl Freeze for StorageVolGetInfoRequest
impl RefUnwindSafe for StorageVolGetInfoRequest
impl Send for StorageVolGetInfoRequest
impl Sync for StorageVolGetInfoRequest
impl Unpin for StorageVolGetInfoRequest
impl UnwindSafe for StorageVolGetInfoRequest
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