Struct picky_asn1::restricted_string::Ia5CharSet
source · pub struct Ia5CharSet;
Expand description
First 128 ASCII characters (values from 0x00
to 0x7F
)
Used to represent ISO 646 (IA5) characters.
Trait Implementations§
source§impl CharSet for Ia5CharSet
impl CharSet for Ia5CharSet
source§impl Clone for Ia5CharSet
impl Clone for Ia5CharSet
source§fn clone(&self) -> Ia5CharSet
fn clone(&self) -> Ia5CharSet
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Ia5CharSet
impl Debug for Ia5CharSet
source§impl Default for Ia5CharSet
impl Default for Ia5CharSet
source§fn default() -> Ia5CharSet
fn default() -> Ia5CharSet
Returns the “default value” for a type. Read more
source§impl Hash for Ia5CharSet
impl Hash for Ia5CharSet
source§impl Ord for Ia5CharSet
impl Ord for Ia5CharSet
source§fn cmp(&self, other: &Ia5CharSet) -> Ordering
fn cmp(&self, other: &Ia5CharSet) -> Ordering
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 PartialEq for Ia5CharSet
impl PartialEq for Ia5CharSet
source§fn eq(&self, other: &Ia5CharSet) -> bool
fn eq(&self, other: &Ia5CharSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Ia5CharSet
impl PartialOrd for Ia5CharSet
source§fn partial_cmp(&self, other: &Ia5CharSet) -> Option<Ordering>
fn partial_cmp(&self, other: &Ia5CharSet) -> Option<Ordering>
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 moreimpl Eq for Ia5CharSet
impl StructuralPartialEq for Ia5CharSet
Auto Trait Implementations§
impl Freeze for Ia5CharSet
impl RefUnwindSafe for Ia5CharSet
impl Send for Ia5CharSet
impl Sync for Ia5CharSet
impl Unpin for Ia5CharSet
impl UnwindSafe for Ia5CharSet
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
)