Struct rapid_xml::parser::Event[][src]

pub struct Event<'a> { /* fields omitted */ }
Expand description

Event represents a part of a XML document.

Each event has code (EventCode) and may contain a string representing that part of the XML document.

Implementations

Get the code of the event

Get the event value as bytes

Get the event value as string

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.