[][src]Struct abxml::chunks::XmlTagStartWrapper

pub struct XmlTagStartWrapper<'a> { /* fields omitted */ }

Contains a reference to the whole buffer and the chunk header of a TagStart

Methods

impl<'a> XmlTagStartWrapper<'a>[src]

pub fn new(raw_data: &'a [u8]) -> Self[src]

Creates a new XmlTagStartWrapper

pub fn to_buffer(&self) -> Result<XmlTagStartBuf, Error>[src]

It converts the wrapper into a XmlTagStartBuf which can be later manipulated

Trait Implementations

impl<'a> TagStart for XmlTagStartWrapper<'a>[src]

type Attribute = AttributeWrapper<'a>

Type of the attributes

impl<'a> Debug for XmlTagStartWrapper<'a>[src]

Auto Trait Implementations

impl<'a> Send for XmlTagStartWrapper<'a>

impl<'a> Sync for XmlTagStartWrapper<'a>

impl<'a> Unpin for XmlTagStartWrapper<'a>

impl<'a> UnwindSafe for XmlTagStartWrapper<'a>

impl<'a> RefUnwindSafe for XmlTagStartWrapper<'a>

Blanket Implementations

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

impl<T> From<T> for 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.

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]