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> PartialOrd for Ia5String<'a>
impl<'a> PartialOrd for Ia5String<'a>
impl<'a> Copy for Ia5String<'a>
impl<'a> Eq for Ia5String<'a>
impl OrdIsValueOrd for Ia5String<'_>
impl<'a> StructuralPartialEq for Ia5String<'a>
Auto Trait Implementations§
impl<'a> Freeze for Ia5String<'a>
impl<'a> RefUnwindSafe for Ia5String<'a>
impl<'a> Send for Ia5String<'a>
impl<'a> Sync for Ia5String<'a>
impl<'a> Unpin for Ia5String<'a>
impl<'a> UnwindSafe for Ia5String<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)