pub struct ExternalCoreMdnsRecord {
pub service_type: String,
pub instance_name: String,
pub port: u16,
pub properties: HashMap<String, String>,
}Fields§
§service_type: String§instance_name: String§port: u16§properties: HashMap<String, String>Trait Implementations§
Source§impl Clone for ExternalCoreMdnsRecord
impl Clone for ExternalCoreMdnsRecord
Source§fn clone(&self) -> ExternalCoreMdnsRecord
fn clone(&self) -> ExternalCoreMdnsRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalCoreMdnsRecord
impl Debug for ExternalCoreMdnsRecord
Source§impl<'de> Deserialize<'de> for ExternalCoreMdnsRecord
impl<'de> Deserialize<'de> for ExternalCoreMdnsRecord
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 ExternalCoreMdnsRecord
impl RefUnwindSafe for ExternalCoreMdnsRecord
impl Send for ExternalCoreMdnsRecord
impl Sync for ExternalCoreMdnsRecord
impl Unpin for ExternalCoreMdnsRecord
impl UnsafeUnpin for ExternalCoreMdnsRecord
impl UnwindSafe for ExternalCoreMdnsRecord
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