pub struct PeerEntry {
pub did: String,
pub proxy_url: String,
pub agent_name: Option<String>,
pub human_name: Option<String>,
}Fields§
§did: String§proxy_url: String§agent_name: Option<String>§human_name: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PeerEntry
impl<'de> Deserialize<'de> for PeerEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PeerEntry
impl StructuralPartialEq for PeerEntry
Auto Trait Implementations§
impl Freeze for PeerEntry
impl RefUnwindSafe for PeerEntry
impl Send for PeerEntry
impl Sync for PeerEntry
impl Unpin for PeerEntry
impl UnsafeUnpin for PeerEntry
impl UnwindSafe for PeerEntry
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