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