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