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