pub struct ListSystemCounters {}Expand description
The ListSystemCounters request.
This request replies ListSystemCountersReply.
Associated cookie types are ListSystemCountersCookie and ListSystemCountersCookieUnchecked.
Trait Implementations§
Source§impl Clone for ListSystemCounters
impl Clone for ListSystemCounters
Source§fn clone(&self) -> ListSystemCounters
fn clone(&self) -> ListSystemCounters
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListSystemCounters
impl Debug for ListSystemCounters
Source§impl RawRequest for ListSystemCounters
impl RawRequest for ListSystemCounters
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for ListSystemCounters
impl Request for ListSystemCounters
Source§impl RequestWithReply for ListSystemCounters
impl RequestWithReply for ListSystemCounters
Source§type Reply = ListSystemCountersReply
type Reply = ListSystemCountersReply
Reply associated with the request
Source§type Cookie = ListSystemCountersCookie
type Cookie = ListSystemCountersCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = ListSystemCountersCookieUnchecked
type CookieUnchecked = ListSystemCountersCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for ListSystemCounters
impl RefUnwindSafe for ListSystemCounters
impl Send for ListSystemCounters
impl Sync for ListSystemCounters
impl Unpin for ListSystemCounters
impl UnwindSafe for ListSystemCounters
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