pub struct GetStatsParams { /* private fields */ }Trait Implementations§
Source§impl Debug for GetStatsParams
impl Debug for GetStatsParams
Source§impl Default for GetStatsParams
impl Default for GetStatsParams
Source§fn default() -> GetStatsParams
fn default() -> GetStatsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetStatsParams
impl RefUnwindSafe for GetStatsParams
impl Send for GetStatsParams
impl Sync for GetStatsParams
impl Unpin for GetStatsParams
impl UnwindSafe for GetStatsParams
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