pub struct SwarmAddrsLocalResponse {
pub strings: Vec<String>,
}
Fields§
§strings: Vec<String>
Trait Implementations§
Source§impl Debug for SwarmAddrsLocalResponse
impl Debug for SwarmAddrsLocalResponse
Source§impl<'de> Deserialize<'de> for SwarmAddrsLocalResponse
impl<'de> Deserialize<'de> for SwarmAddrsLocalResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SwarmAddrsLocalResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SwarmAddrsLocalResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SwarmAddrsLocalResponse
impl RefUnwindSafe for SwarmAddrsLocalResponse
impl Send for SwarmAddrsLocalResponse
impl Sync for SwarmAddrsLocalResponse
impl Unpin for SwarmAddrsLocalResponse
impl UnwindSafe for SwarmAddrsLocalResponse
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