r
0.4.0
Integer
Aliased type
Variants
NA
Some
Trait Implementations
AtomicMode
TryFrom<Obj>
In r::
object::
types
Type Alias
r
::
object
::
types
::
Integer
Copy item path
source
·
[
−
]
pub type Integer =
OptionNA
<
i32
>;
Aliased Type
§
enum Integer { NA, Some(
i32
), }
Variants
§
§
NA
§
Some(
i32
)
Trait Implementations
§
source
§
impl
AtomicMode
for
Integer
source
§
fn
is_integer
() ->
bool
source
§
fn
is_double
() ->
bool
source
§
fn
is_logical
() ->
bool
source
§
fn
is_character
() ->
bool
source
§
impl
TryFrom
<
Obj
> for
Integer
source
§
type
Error
=
Error
The type returned in the event of a conversion error.
source
§
fn
try_from
(value:
Obj
) ->
Result
<Self, Self::
Error
>
Performs the conversion.