☰
bonsaidb
0.5.0
Unsigned
Implementations on Foreign Types
BigUint
Wrapping<T>
u128
u16
u32
u64
u8
usize
Object Safety
Implementors
In bonsaidb::core::num_traits::sign
?
Trait
bonsaidb
::
core
::
num_traits
::
sign
::
Unsigned
source
·
[
−
]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Unsigned
for
u8
source
§
impl
Unsigned
for
u16
source
§
impl
Unsigned
for
u32
source
§
impl
Unsigned
for
u64
source
§
impl
Unsigned
for
u128
source
§
impl
Unsigned
for
usize
source
§
impl
Unsigned
for
BigUint
source
§
impl<T>
Unsigned
for
Wrapping
<T>
where T:
Unsigned
,
Wrapping
<T>:
Num
,
Implementors
§