[][src]Struct abxml::visitor::print::PrintVisitor

pub struct PrintVisitor;

Trait Implementations

impl<'a> ChunkVisitor<'a> for PrintVisitor[src]

fn visit_xml_namespace_start(
    &mut self,
    _namespace_start: XmlNamespaceStartWrapper<'a>
)
[src]

fn visit_xml_namespace_end(
    &mut self,
    _namespace_end: XmlNamespaceEndWrapper<'a>
)
[src]

fn visit_xml_tag_start(&mut self, _tag_start: XmlTagStartWrapper<'a>)[src]

fn visit_xml_tag_end(&mut self, _tag_end: XmlTagEndWrapper<'a>)[src]

fn visit_xml_text(&mut self, _text: XmlTextWrapper<'a>)[src]

fn visit_resource(&mut self, _resource: ResourceWrapper<'a>)[src]

impl Debug for PrintVisitor[src]

Auto Trait Implementations

impl Unpin for PrintVisitor

impl Sync for PrintVisitor

impl Send for PrintVisitor

impl UnwindSafe for PrintVisitor

impl RefUnwindSafe for PrintVisitor

Blanket Implementations

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.

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

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

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