Docs.rs
xsd-types-0.8.2
xsd-types 0.8.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
chrono ^0.4.26
normal
iref ^3.1
normal
lazy_static ^1.4.0
normal
num-bigint ^0.4
normal
num-rational ^0.4
normal
num-traits ^0.2.15
normal
once_cell ^1.17.0
normal
ordered-float ^3.4.0
normal
pretty_dtoa ^0.3.0
normal
serde ^1.0
normal
static-iref ^3.0
normal
thiserror ^1.0.38
normal
Versions
7.62%
of the crate is documented
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
☰
xsd_types
0.8.2
UnsignedShort
Trait Implementations
ParseRdf
XsdDatatype
XsdUnsignedShort
In xsd_types::value
?
Type Alias
xsd_types
::
value
::
UnsignedShort
source
·
[
−
]
pub type UnsignedShort =
u16
;
Trait Implementations
§
source
§
impl
ParseRdf
for
UnsignedShort
§
type
LexicalForm
=
NonNegativeInteger
source
§
fn
parse_rdf
(lexical_value: &
str
) ->
ParseRdfResult
<Self, Self::
LexicalForm
>
source
§
impl
XsdDatatype
for
UnsignedShort
source
§
fn
type_
(&self) ->
Datatype
Returns the XSD datatype that best describes the value.
source
§
impl
XsdUnsignedShort
for
UnsignedShort
source
§
fn
unsigned_short_type
(&self) ->
Option
<
UnsignedShortDatatype
>