pub struct StatsBw;
Trait Implementations§
Source§impl ApiRequest for StatsBw
impl ApiRequest for StatsBw
Source§impl Serialize for StatsBw
impl Serialize for StatsBw
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for StatsBw
impl RefUnwindSafe for StatsBw
impl Send for StatsBw
impl Sync for StatsBw
impl Unpin for StatsBw
impl UnwindSafe for StatsBw
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