pub struct ClientCxInner {
pub stats: ClientStats,
/* private fields */
}Available on crate feature
client only.Expand description
Inner details of ClientContext
Fields§
§stats: ClientStatsStatistics of client
This is unstable now and may be changed in the future.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ClientCxInner
impl RefUnwindSafe for ClientCxInner
impl Send for ClientCxInner
impl Sync for ClientCxInner
impl Unpin for ClientCxInner
impl UnwindSafe for ClientCxInner
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