Struct picky_asn1::restricted_string::NumericCharSet
source · pub struct NumericCharSet;
Expand description
1, 2, 3, 4, 5, 6, 7, 8, 9, 0, and SPACE
Trait Implementations§
source§impl CharSet for NumericCharSet
impl CharSet for NumericCharSet
source§impl Clone for NumericCharSet
impl Clone for NumericCharSet
source§fn clone(&self) -> NumericCharSet
fn clone(&self) -> NumericCharSet
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 NumericCharSet
impl Debug for NumericCharSet
source§impl Hash for NumericCharSet
impl Hash for NumericCharSet
source§impl Ord for NumericCharSet
impl Ord for NumericCharSet
source§fn cmp(&self, other: &NumericCharSet) -> Ordering
fn cmp(&self, other: &NumericCharSet) -> 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 NumericCharSet
impl PartialEq for NumericCharSet
source§fn eq(&self, other: &NumericCharSet) -> bool
fn eq(&self, other: &NumericCharSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NumericCharSet
impl PartialOrd for NumericCharSet
source§fn partial_cmp(&self, other: &NumericCharSet) -> Option<Ordering>
fn partial_cmp(&self, other: &NumericCharSet) -> 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 NumericCharSet
impl StructuralPartialEq for NumericCharSet
Auto Trait Implementations§
impl Freeze for NumericCharSet
impl RefUnwindSafe for NumericCharSet
impl Send for NumericCharSet
impl Sync for NumericCharSet
impl Unpin for NumericCharSet
impl UnwindSafe for NumericCharSet
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
)