pub struct PeerServiceEndPointShortMap {
pub uri: String,
pub a: Vec<String>,
pub r: Vec<String>,
}
Fields§
§uri: String
§a: Vec<String>
§r: Vec<String>
Trait Implementations§
Source§impl Clone for PeerServiceEndPointShortMap
impl Clone for PeerServiceEndPointShortMap
Source§fn clone(&self) -> PeerServiceEndPointShortMap
fn clone(&self) -> PeerServiceEndPointShortMap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PeerServiceEndPointShortMap
impl Debug for PeerServiceEndPointShortMap
Source§impl<'de> Deserialize<'de> for PeerServiceEndPointShortMap
impl<'de> Deserialize<'de> for PeerServiceEndPointShortMap
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
Auto Trait Implementations§
impl Freeze for PeerServiceEndPointShortMap
impl RefUnwindSafe for PeerServiceEndPointShortMap
impl Send for PeerServiceEndPointShortMap
impl Sync for PeerServiceEndPointShortMap
impl Unpin for PeerServiceEndPointShortMap
impl UnwindSafe for PeerServiceEndPointShortMap
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