pub struct PkiFreeText(/* private fields */);
Expand description
PKI free text.
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
Implementations§
Source§impl PkiFreeText
impl PkiFreeText
pub fn take_opt_from<S: Source>( cons: &mut Constructed<'_, S>, ) -> Result<Option<Self>, DecodeError<S::Error>>
pub fn take_from<S: Source>( cons: &mut Constructed<'_, S>, ) -> Result<Self, DecodeError<S::Error>>
pub fn from_sequence<S: Source>( cons: &mut Constructed<'_, S>, ) -> Result<Self, DecodeError<S::Error>>
pub fn encode_ref(&self) -> impl Values + '_
Trait Implementations§
Source§impl Clone for PkiFreeText
impl Clone for PkiFreeText
Source§fn clone(&self) -> PkiFreeText
fn clone(&self) -> PkiFreeText
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 PkiFreeText
impl Debug for PkiFreeText
Source§impl PartialEq for PkiFreeText
impl PartialEq for PkiFreeText
impl Eq for PkiFreeText
impl StructuralPartialEq for PkiFreeText
Auto Trait Implementations§
impl Freeze for PkiFreeText
impl RefUnwindSafe for PkiFreeText
impl Send for PkiFreeText
impl Sync for PkiFreeText
impl Unpin for PkiFreeText
impl UnwindSafe for PkiFreeText
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§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
)