pub struct DomainGetXmlDescRequest(/* private fields */);Implementations§
Source§impl DomainGetXmlDescRequest
impl DomainGetXmlDescRequest
pub fn new(dom: &Domain, flags: DomainXmlFlags) -> Self
Trait Implementations§
Source§impl Debug for DomainGetXmlDescRequest
impl Debug for DomainGetXmlDescRequest
Source§impl<R: Read> LibvirtRpc<R> for DomainGetXmlDescRequest
impl<R: Read> LibvirtRpc<R> for DomainGetXmlDescRequest
const PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_DOMAIN_GET_XML_DESC
type Response = DomainGetXmlDescResponse
Auto Trait Implementations§
impl Freeze for DomainGetXmlDescRequest
impl RefUnwindSafe for DomainGetXmlDescRequest
impl Send for DomainGetXmlDescRequest
impl Sync for DomainGetXmlDescRequest
impl Unpin for DomainGetXmlDescRequest
impl UnwindSafe for DomainGetXmlDescRequest
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