Type Alias TxtRecord

Source
pub type TxtRecord = AvahiTxtRecord;
Expand description

Type alias for the platform-specific structure responsible for storing and accessing TXT record data

Aliased Type§

pub struct TxtRecord(/* private fields */);

Trait Implementations§

Source§

impl Debug for TxtRecord

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for TxtRecord

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl From<HashMap<&str, &str>> for TxtRecord

Source§

fn from(map: HashMap<&str, &str>) -> TxtRecord

Converts to this type from the input type.
Source§

impl From<HashMap<String, String>> for TxtRecord

Source§

fn from(map: HashMap<String, String>) -> TxtRecord

Converts to this type from the input type.
Source§

impl Eq for TxtRecord