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