[][src]Struct brunhild::ElementOptions

pub struct ElementOptions<'t, 'a> {
    pub tag: &'t str,
    pub key: Option<u64>,
    pub attrs: &'a [(&'a str, &'a str)],
}

Fields

tag: &'t strkey: Option<u64>attrs: &'a [(&'a str, &'a str)]

Trait Implementations

impl<'t, 'a> Debug for ElementOptions<'t, 'a>[src]

impl<'t, 'a> Default for ElementOptions<'t, 'a>[src]

Auto Trait Implementations

impl<'t, 'a> RefUnwindSafe for ElementOptions<'t, 'a>

impl<'t, 'a> Send for ElementOptions<'t, 'a>

impl<'t, 'a> Sync for ElementOptions<'t, 'a>

impl<'t, 'a> Unpin for ElementOptions<'t, 'a>

impl<'t, 'a> UnwindSafe for ElementOptions<'t, 'a>

Blanket Implementations

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

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

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

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

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

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.