pub struct ListAllDomainsRequest(/* private fields */);Implementations§
Source§impl ListAllDomainsRequest
impl ListAllDomainsRequest
pub fn new(flags: ListAllDomainsFlags) -> Self
Trait Implementations§
Source§impl Debug for ListAllDomainsRequest
impl Debug for ListAllDomainsRequest
Source§impl<R: Read> LibvirtRpc<R> for ListAllDomainsRequest
impl<R: Read> LibvirtRpc<R> for ListAllDomainsRequest
const PROCEDURE: remote_procedure = remote_procedure::REMOTE_PROC_CONNECT_LIST_ALL_DOMAINS
type Response = ListAllDomainsResponse
Auto Trait Implementations§
impl Freeze for ListAllDomainsRequest
impl RefUnwindSafe for ListAllDomainsRequest
impl Send for ListAllDomainsRequest
impl Sync for ListAllDomainsRequest
impl Unpin for ListAllDomainsRequest
impl UnwindSafe for ListAllDomainsRequest
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