Struct der::asn1::PrintableString
source · pub struct PrintableString<'a> { /* private fields */ }
Expand description
ASN.1 PrintableString
type.
Supports a subset the ASCII character set (desribed below).
For UTF-8, use Utf8String
instead. For the
full ASCII character set, use Ia5String
.
§Supported characters
The following ASCII characters/ranges are supported:
A..Z
a..z
0..9
- “
\
(
)
+
,
-
.
/
:
=
?
Implementations§
Trait Implementations§
source§impl AsRef<[u8]> for PrintableString<'_>
impl AsRef<[u8]> for PrintableString<'_>
source§impl AsRef<str> for PrintableString<'_>
impl AsRef<str> for PrintableString<'_>
source§impl<'a> Clone for PrintableString<'a>
impl<'a> Clone for PrintableString<'a>
source§fn clone(&self) -> PrintableString<'a>
fn clone(&self) -> PrintableString<'a>
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<'a> Debug for PrintableString<'a>
impl<'a> Debug for PrintableString<'a>
source§impl<'a> DecodeValue<'a> for PrintableString<'a>
impl<'a> DecodeValue<'a> for PrintableString<'a>
source§impl<'a> Display for PrintableString<'a>
impl<'a> Display for PrintableString<'a>
source§impl<'a> EncodeValue for PrintableString<'a>
impl<'a> EncodeValue for PrintableString<'a>
source§impl<'a> From<&PrintableString<'a>> for PrintableString<'a>
impl<'a> From<&PrintableString<'a>> for PrintableString<'a>
source§fn from(value: &PrintableString<'a>) -> PrintableString<'a>
fn from(value: &PrintableString<'a>) -> PrintableString<'a>
Converts to this type from the input type.
source§impl<'a> From<PrintableString<'a>> for &'a [u8]
impl<'a> From<PrintableString<'a>> for &'a [u8]
source§fn from(printable_string: PrintableString<'a>) -> &'a [u8]
fn from(printable_string: PrintableString<'a>) -> &'a [u8]
Converts to this type from the input type.
source§impl<'a> From<PrintableString<'a>> for Any<'a>
impl<'a> From<PrintableString<'a>> for Any<'a>
source§fn from(printable_string: PrintableString<'a>) -> Any<'a>
fn from(printable_string: PrintableString<'a>) -> Any<'a>
Converts to this type from the input type.
source§impl<'a> Ord for PrintableString<'a>
impl<'a> Ord for PrintableString<'a>
source§fn cmp(&self, other: &PrintableString<'a>) -> Ordering
fn cmp(&self, other: &PrintableString<'a>) -> 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<'a> PartialEq for PrintableString<'a>
impl<'a> PartialEq for PrintableString<'a>
source§impl<'a> PartialOrd for PrintableString<'a>
impl<'a> PartialOrd for PrintableString<'a>
source§impl<'a> TryFrom<Any<'a>> for PrintableString<'a>
impl<'a> TryFrom<Any<'a>> for PrintableString<'a>
impl<'a> Copy for PrintableString<'a>
impl<'a> Eq for PrintableString<'a>
impl OrdIsValueOrd for PrintableString<'_>
impl<'a> StructuralPartialEq for PrintableString<'a>
Auto Trait Implementations§
impl<'a> Freeze for PrintableString<'a>
impl<'a> RefUnwindSafe for PrintableString<'a>
impl<'a> Send for PrintableString<'a>
impl<'a> Sync for PrintableString<'a>
impl<'a> Unpin for PrintableString<'a>
impl<'a> UnwindSafe for PrintableString<'a>
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)