Docs.rs
xavier-0.1.5
xavier 0.1.5
Docs.rs crate page
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
thiago-santos-it
Dependencies
quick-xml ^0.37.5
normal
xavier-derive ^0.1.5
normal
xavier-internal ^0.1.5
normal
Versions
0%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
xavier
0.1.5
XmlSerializable
Required Methods
to_xml
Implementations on Foreign Types
HashMap<String, T>
Option<T>
String
Vec<T>
bool
char
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate xavier
xavier
Trait
XmlSerializable
Copy item path
Source
pub trait XmlSerializable { // Required method fn
to_xml
(&self, root:
bool
) ->
String
; }
Required Methods
§
Source
fn
to_xml
(&self, root:
bool
) ->
String
Implementations on Foreign Types
§
Source
§
impl
XmlSerializable
for
bool
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
char
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
f32
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
f64
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
i8
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
i16
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
i32
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
i64
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
i128
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
isize
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
u8
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
u16
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
u32
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
u64
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
u128
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
usize
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl
XmlSerializable
for
String
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl<T>
XmlSerializable
for
Option
<T>
where T:
XmlSerializable
,
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl<T>
XmlSerializable
for
Vec
<T>
where T:
XmlSerializable
,
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Source
§
impl<T>
XmlSerializable
for
HashMap
<
String
, T>
where T:
XmlSerializable
,
Source
§
fn
to_xml
(&self, _:
bool
) ->
String
Implementors
§