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