Struct picky_asn1::restricted_string::PrintableCharSet
source · pub struct PrintableCharSet;
Expand description
a-z, A-Z, ’ () +,-.?:/= and SPACE
Trait Implementations§
source§impl CharSet for PrintableCharSet
impl CharSet for PrintableCharSet
source§impl Clone for PrintableCharSet
impl Clone for PrintableCharSet
source§fn clone(&self) -> PrintableCharSet
fn clone(&self) -> PrintableCharSet
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 PrintableCharSet
impl Debug for PrintableCharSet
source§impl Hash for PrintableCharSet
impl Hash for PrintableCharSet
source§impl Ord for PrintableCharSet
impl Ord for PrintableCharSet
source§fn cmp(&self, other: &PrintableCharSet) -> Ordering
fn cmp(&self, other: &PrintableCharSet) -> 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 PrintableCharSet
impl PartialEq for PrintableCharSet
source§fn eq(&self, other: &PrintableCharSet) -> bool
fn eq(&self, other: &PrintableCharSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PrintableCharSet
impl PartialOrd for PrintableCharSet
source§fn partial_cmp(&self, other: &PrintableCharSet) -> Option<Ordering>
fn partial_cmp(&self, other: &PrintableCharSet) -> 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 PrintableCharSet
impl StructuralPartialEq for PrintableCharSet
Auto Trait Implementations§
impl Freeze for PrintableCharSet
impl RefUnwindSafe for PrintableCharSet
impl Send for PrintableCharSet
impl Sync for PrintableCharSet
impl Unpin for PrintableCharSet
impl UnwindSafe for PrintableCharSet
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
)