pub struct Qe3CertDataPckCertChain<'a> {
pub certs: Vec<Cow<'a, str>>,
}Fields§
§certs: Vec<Cow<'a, str>>Trait Implementations§
Source§impl<'a> Clone for Qe3CertDataPckCertChain<'a>
impl<'a> Clone for Qe3CertDataPckCertChain<'a>
Source§fn clone(&self) -> Qe3CertDataPckCertChain<'a>
fn clone(&self) -> Qe3CertDataPckCertChain<'a>
Returns a duplicate 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 Qe3CertDataPckCertChain<'a>
impl<'a> Debug for Qe3CertDataPckCertChain<'a>
Source§impl<'a> Hash for Qe3CertDataPckCertChain<'a>
impl<'a> Hash for Qe3CertDataPckCertChain<'a>
Source§impl<'a> PartialEq for Qe3CertDataPckCertChain<'a>
impl<'a> PartialEq for Qe3CertDataPckCertChain<'a>
Source§impl<'a> Qe3CertData<'a> for Qe3CertDataPckCertChain<'a>
impl<'a> Qe3CertData<'a> for Qe3CertDataPckCertChain<'a>
impl<'a> Eq for Qe3CertDataPckCertChain<'a>
impl<'a> StructuralPartialEq for Qe3CertDataPckCertChain<'a>
Auto Trait Implementations§
impl<'a> Freeze for Qe3CertDataPckCertChain<'a>
impl<'a> RefUnwindSafe for Qe3CertDataPckCertChain<'a>
impl<'a> Send for Qe3CertDataPckCertChain<'a>
impl<'a> Sync for Qe3CertDataPckCertChain<'a>
impl<'a> Unpin for Qe3CertDataPckCertChain<'a>
impl<'a> UnwindSafe for Qe3CertDataPckCertChain<'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