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