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