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