Docs.rs
broxus-util-0.2.7
broxus-util 0.2.7
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Rexagon
Dependencies
argh ^0.1
normal
optional
base64 ^0.13
normal
optional
config ^0.13.2
normal
optional
errno ^0.3.1
normal
optional
futures-util ^0.3
normal
optional
hex ^0.4
normal
optional
js-sys ^0.3
normal
optional
libc ^0.2
normal
optional
log ^0.4
normal
optional
log4rs ^1.1.1
normal
optional
metrics ^0.22.0
normal
optional
public-ip ^0.2
normal
optional
regex ^1.6.0
normal
optional
serde ^1.0
normal
optional
serde_yaml ^0.9.4
normal
optional
thiserror ^1.0
normal
optional
tikv-jemalloc-ctl ^0.5
normal
optional
tikv-jemalloc-sys ^0.5
normal
optional
tikv-jemallocator ^0.5
normal
optional
tokio ^1
normal
optional
url ^2
normal
wasm-bindgen ^0.2
normal
optional
bincode ^1.3
dev
serde_json ^1.0
dev
tempfile ^3.3
dev
Versions
0.88%
of the crate is documented
Platform
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
JsonNumberRepr
broxus_
util
0.2.7
Json
Number
Repr
Provided Methods
fits_into_number
Implementations on Foreign Types
&T
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
Implementors
In crate broxus_
util
broxus_util
Trait
Json
Number
Repr
Copy item path
Source
pub trait JsonNumberRepr { // Provided method fn
fits_into_number
(&self) ->
bool
{ ... } }
Provided Methods
§
Source
fn
fits_into_number
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
JsonNumberRepr
for
i8
Source
§
impl
JsonNumberRepr
for
i16
Source
§
impl
JsonNumberRepr
for
i32
Source
§
impl
JsonNumberRepr
for
i64
Source
§
fn
fits_into_number
(&self) ->
bool
Source
§
impl
JsonNumberRepr
for
i128
Source
§
fn
fits_into_number
(&self) ->
bool
Source
§
impl
JsonNumberRepr
for
u8
Source
§
impl
JsonNumberRepr
for
u16
Source
§
impl
JsonNumberRepr
for
u32
Source
§
impl
JsonNumberRepr
for
u64
Source
§
fn
fits_into_number
(&self) ->
bool
Source
§
impl
JsonNumberRepr
for
u128
Source
§
fn
fits_into_number
(&self) ->
bool
Source
§
impl<T:
JsonNumberRepr
>
JsonNumberRepr
for
&T
Source
§
fn
fits_into_number
(&self) ->
bool
Implementors
§