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