Docs.rs
diameter-interface-0.1.0
diameter-interface 0.1.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
AhmedMehanna1
Dependencies
chrono ^0.4
normal
lazy_static ^1.5.0
normal
serde ^1.0.219
normal
serde-xml-rs ^0.6.0
normal
Versions
1.23%
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
diameter_
interface
0.1.0
Unsigned32
Aliased Type
Trait Implementations
Into<AvpValue>
In diameter_
interface::
modeling::
avp::
unsigned32
diameter_interface
::
modeling
::
avp
::
unsigned32
Type Alias
Unsigned32
Copy item path
Source
pub type Unsigned32 =
AvpData
<
u32
>;
Aliased Type
§
pub struct Unsigned32(
/* private fields */
);
Trait Implementations
§
Source
§
impl
Into
<
AvpValue
> for
Unsigned32
Source
§
fn
into
(self) ->
AvpValue
Converts this type into the (usually inferred) input type.