Struct domain::rdata::rfc1035::WksBitmap [] [src]

pub struct WksBitmap { /* fields omitted */ }

Methods

impl WksBitmap
[src]

Returns whether a certain service is being provided.

Trait Implementations

impl Debug for WksBitmap
[src]

Formats the value using the given formatter.

impl<'a> From<&'a [u8]> for &'a WksBitmap
[src]

Performs the conversion.

impl AsRef<WksBitmap> for WksBitmap
[src]

Performs the conversion.

impl PartialEq for WksBitmap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: AsRef<WksBitmap>> PartialEq<T> for WksBitmap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for WksBitmap
[src]