Struct x509_parser::cri_attributes::ChallengePassword
source · pub struct ChallengePassword(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for ChallengePassword
impl Clone for ChallengePassword
source§fn clone(&self) -> ChallengePassword
fn clone(&self) -> ChallengePassword
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 ChallengePassword
impl Debug for ChallengePassword
source§impl PartialEq for ChallengePassword
impl PartialEq for ChallengePassword
source§fn eq(&self, other: &ChallengePassword) -> bool
fn eq(&self, other: &ChallengePassword) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ChallengePassword
impl StructuralPartialEq for ChallengePassword
Auto Trait Implementations§
impl RefUnwindSafe for ChallengePassword
impl Send for ChallengePassword
impl Sync for ChallengePassword
impl Unpin for ChallengePassword
impl UnwindSafe for ChallengePassword
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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