[][src]Struct rpki::xml::decode::Name

pub struct Name<'n, 'l> { /* fields omitted */ }

The name of a tag or attribute.

Methods

impl<'n, 'l> Name<'n, 'l>[src]

pub const fn qualified(namespace: &'n [u8], local: &'l [u8]) -> Self[src]

Creates a qualified name from a namespace and a local name.

pub const fn unqualified(local: &'l [u8]) -> Self[src]

Creates an unqualified name from only a local name.

Trait Implementations

impl<'n, 'l> Clone for Name<'n, 'l>[src]

impl<'n, 'l> Copy for Name<'n, 'l>[src]

impl<'n, 'l> Eq for Name<'n, 'l>[src]

impl<'n, 'l> PartialEq<Name<'n, 'l>> for Name<'n, 'l>[src]

impl<'n, 'l> Debug for Name<'n, 'l>[src]

impl<'n, 'l> Hash for Name<'n, 'l>[src]

impl<'n, 'l> StructuralPartialEq for Name<'n, 'l>[src]

impl<'n, 'l> StructuralEq for Name<'n, 'l>[src]

Auto Trait Implementations

impl<'n, 'l> Send for Name<'n, 'l>

impl<'n, 'l> Sync for Name<'n, 'l>

impl<'n, 'l> Unpin for Name<'n, 'l>

impl<'n, 'l> UnwindSafe for Name<'n, 'l>

impl<'n, 'l> RefUnwindSafe for Name<'n, 'l>

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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