pub struct StatsRepo;
Trait Implementations§
Source§impl ApiRequest for StatsRepo
impl ApiRequest for StatsRepo
Source§impl Serialize for StatsRepo
impl Serialize for StatsRepo
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 StatsRepo
impl RefUnwindSafe for StatsRepo
impl Send for StatsRepo
impl Sync for StatsRepo
impl Unpin for StatsRepo
impl UnwindSafe for StatsRepo
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