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