Struct cryptographic_message_syntax::asn1::rfc4210::PkiFreeText
source · [−]pub struct PkiFreeText(_);Expand description
PKI free text.
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8StringImplementations
sourceimpl 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
sourceimpl Clone for PkiFreeText
impl Clone for PkiFreeText
sourcefn clone(&self) -> PkiFreeText
fn clone(&self) -> PkiFreeText
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PkiFreeText
impl Debug for PkiFreeText
sourceimpl PartialEq<PkiFreeText> for PkiFreeText
impl PartialEq<PkiFreeText> for PkiFreeText
sourcefn eq(&self, other: &PkiFreeText) -> bool
fn eq(&self, other: &PkiFreeText) -> bool
impl Eq for PkiFreeText
impl StructuralEq for PkiFreeText
impl StructuralPartialEq for PkiFreeText
Auto Trait Implementations
impl RefUnwindSafe for PkiFreeText
impl Send for PkiFreeText
impl Sync for PkiFreeText
impl Unpin for PkiFreeText
impl UnwindSafe for PkiFreeText
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.