pub struct Ia5String<'a> { /* private fields */ }
Expand description
ASN.1 IA5String
type.
Supports the International Alphabet No. 5 (IA5) character encoding, i.e. the lower 128 characters of the ASCII alphabet. (Note: IA5 is now technically known as the International Reference Alphabet or IRA as specified in the ITU-T’s T.50 recommendation).
For UTF-8, use Utf8String
.
Implementations§
Trait Implementations§
source§impl<'a> DecodeValue<'a> for Ia5String<'a>
impl<'a> DecodeValue<'a> for Ia5String<'a>
source§impl EncodeValue for Ia5String<'_>
impl EncodeValue for Ia5String<'_>
source§impl<'a> Ord for Ia5String<'a>
impl<'a> Ord for Ia5String<'a>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a> PartialEq<Ia5String<'a>> for Ia5String<'a>
impl<'a> PartialEq<Ia5String<'a>> for Ia5String<'a>
source§impl<'a> PartialOrd<Ia5String<'a>> for Ia5String<'a>
impl<'a> PartialOrd<Ia5String<'a>> for Ia5String<'a>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more