[][src]Struct abxml::model::owned::XmlTagStartBuf

pub struct XmlTagStartBuf { /* fields omitted */ }

Representation of a XML Tag start chunk

Methods

impl XmlTagStartBuf[src]

pub fn new(
    line: u32,
    field1: u32,
    namespace: u32,
    name: u32,
    field2: u32,
    class: u32
) -> Self
[src]

Creates a new XmlTagStartBuf with the given data

pub fn add_attribute(&mut self, attribute: AttributeBuf)[src]

Adds a new attribute to the XML tag

Trait Implementations

impl OwnedBuf for XmlTagStartBuf[src]

impl TagStart for XmlTagStartBuf[src]

type Attribute = AttributeBuf

Type of the attributes

impl Debug for XmlTagStartBuf[src]

Auto Trait Implementations

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]