pub type CpsUri = Ia5String;
Expand description
CpsUri as defined in RFC 5280 Section 4.2.1.4.
CPSuri ::= IA5String
Aliased Type§
struct CpsUri { /* private fields */ }
Implementations
Trait Implementations
Source§impl<'__der> DecodeValue<'__der> for Ia5String
impl<'__der> DecodeValue<'__der> for Ia5String
Source§impl EncodeValue for Ia5String
impl EncodeValue for Ia5String
Source§impl<'a> From<Ia5StringRef<'a>> for Ia5String
impl<'a> From<Ia5StringRef<'a>> for Ia5String
Source§fn from(international_string: Ia5StringRef<'a>) -> Ia5String
fn from(international_string: Ia5StringRef<'a>) -> Ia5String
Converts to this type from the input type.
Source§impl Ord for Ia5String
impl Ord for Ia5String
Source§impl OwnedToRef for Ia5String
impl OwnedToRef for Ia5String
Source§type Borrowed<'a> = Ia5StringRef<'a>
type Borrowed<'a> = Ia5StringRef<'a>
The resulting type referencing back to Self
Source§fn owned_to_ref(&self) -> <Ia5String as OwnedToRef>::Borrowed<'_>
fn owned_to_ref(&self) -> <Ia5String as OwnedToRef>::Borrowed<'_>
Creates a new object referencing back to the self for storage