r
0.4.0
Character
Aliased type
Variants
NA
Some
Trait Implementations
AtomicMode
TryFrom<Obj>
In r::
object::
types
Type Alias
r
::
object
::
types
::
Character
Copy item path
source
·
[
−
]
pub type Character =
OptionNA
<
String
>;
Aliased Type
§
enum Character { NA, Some(
String
), }
Variants
§
§
NA
§
Some(
String
)
Trait Implementations
§
source
§
impl
AtomicMode
for
Character
source
§
fn
is_character
() ->
bool
source
§
fn
is_double
() ->
bool
source
§
fn
is_integer
() ->
bool
source
§
fn
is_logical
() ->
bool
source
§
impl
TryFrom
<
Obj
> for
Character
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.