[−][src]Struct abxml::visitor::print::PrintVisitor
Trait Implementations
impl<'a> ChunkVisitor<'a> for PrintVisitor
[src]
fn visit_string_table(
&mut self,
string_table: StringTableWrapper,
origin: Origin
)
[src]
&mut self,
string_table: StringTableWrapper,
origin: Origin
)
fn visit_package(&mut self, package: PackageWrapper)
[src]
fn visit_table_type(&mut self, table_type: TableTypeWrapper)
[src]
fn visit_type_spec(&mut self, type_spec: TypeSpecWrapper)
[src]
fn visit_xml_namespace_start(
&mut self,
_namespace_start: XmlNamespaceStartWrapper<'a>
)
[src]
&mut self,
_namespace_start: XmlNamespaceStartWrapper<'a>
)
fn visit_xml_namespace_end(
&mut self,
_namespace_end: XmlNamespaceEndWrapper<'a>
)
[src]
&mut self,
_namespace_end: XmlNamespaceEndWrapper<'a>
)
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]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,