pub struct StatsGet<'a> { /* private fields */ }Expand description
Builder for Client::stats_get
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StatsGet<'a>
impl<'a> !UnwindSafe for StatsGet<'a>
impl<'a> Freeze for StatsGet<'a>
impl<'a> Send for StatsGet<'a>
impl<'a> Sync for StatsGet<'a>
impl<'a> Unpin for StatsGet<'a>
impl<'a> UnsafeUnpin for StatsGet<'a>
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