Struct picky_asn1::restricted_string::Utf8CharSet
source · pub struct Utf8CharSet;
Expand description
any character from a recognized alphabet (including ASCII control characters)
Trait Implementations§
source§impl CharSet for Utf8CharSet
impl CharSet for Utf8CharSet
source§impl Clone for Utf8CharSet
impl Clone for Utf8CharSet
source§fn clone(&self) -> Utf8CharSet
fn clone(&self) -> Utf8CharSet
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 Utf8CharSet
impl Debug for Utf8CharSet
source§impl Default for Utf8CharSet
impl Default for Utf8CharSet
source§fn default() -> Utf8CharSet
fn default() -> Utf8CharSet
Returns the “default value” for a type. Read more
source§impl Hash for Utf8CharSet
impl Hash for Utf8CharSet
source§impl Ord for Utf8CharSet
impl Ord for Utf8CharSet
source§fn cmp(&self, other: &Utf8CharSet) -> Ordering
fn cmp(&self, other: &Utf8CharSet) -> 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 Utf8CharSet
impl PartialEq for Utf8CharSet
source§fn eq(&self, other: &Utf8CharSet) -> bool
fn eq(&self, other: &Utf8CharSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Utf8CharSet
impl PartialOrd for Utf8CharSet
source§fn partial_cmp(&self, other: &Utf8CharSet) -> Option<Ordering>
fn partial_cmp(&self, other: &Utf8CharSet) -> 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 Utf8CharSet
impl StructuralPartialEq for Utf8CharSet
Auto Trait Implementations§
impl Freeze for Utf8CharSet
impl RefUnwindSafe for Utf8CharSet
impl Send for Utf8CharSet
impl Sync for Utf8CharSet
impl Unpin for Utf8CharSet
impl UnwindSafe for Utf8CharSet
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
)