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