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