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