[][src]Struct domain_core::rdata::rfc4034::RtypeBitmap

pub struct RtypeBitmap(_);

Methods

impl RtypeBitmap[src]

pub fn from_bytes(bytes: Bytes) -> Result<Self, RtypeBitmapError>[src]

pub fn as_bytes(&self) -> &Bytes[src]

pub fn as_slice(&self) -> &[u8][src]

Important traits for RtypeBitmapIter<'a>
pub fn iter(&self) -> RtypeBitmapIter[src]

pub fn contains(&self, rtype: Rtype) -> bool[src]

Trait Implementations

impl Compose for RtypeBitmap[src]

impl Compress for RtypeBitmap[src]

impl ParseAll for RtypeBitmap[src]

type Err = RtypeBitmapError

The type returned when parsing fails.

impl Scan for RtypeBitmap[src]

impl<'a> IntoIterator for &'a RtypeBitmap[src]

type Item = Rtype

The type of the elements being iterated over.

type IntoIter = RtypeBitmapIter<'a>

Which kind of iterator are we turning this into?

impl Eq for RtypeBitmap[src]

impl Clone for RtypeBitmap[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialOrd<RtypeBitmap> for RtypeBitmap[src]

impl PartialEq<RtypeBitmap> for RtypeBitmap[src]

impl AsRef<Bytes> for RtypeBitmap[src]

impl AsRef<[u8]> for RtypeBitmap[src]

impl Ord for RtypeBitmap[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Hash for RtypeBitmap[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for RtypeBitmap[src]

impl Display for RtypeBitmap[src]

Auto Trait Implementations

impl Send for RtypeBitmap

impl Sync for RtypeBitmap

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]