Struct sozu_lib::tls::ParsedCertificateAndKey
source · pub struct ParsedCertificateAndKey {
pub certificate: Pem,
pub chain: Vec<Pem>,
pub key: String,
pub versions: Vec<TlsVersion>,
}
Fields§
§certificate: Pem
§chain: Vec<Pem>
§key: String
§versions: Vec<TlsVersion>
Trait Implementations§
source§impl Clone for ParsedCertificateAndKey
impl Clone for ParsedCertificateAndKey
Auto Trait Implementations§
impl RefUnwindSafe for ParsedCertificateAndKey
impl Send for ParsedCertificateAndKey
impl Sync for ParsedCertificateAndKey
impl Unpin for ParsedCertificateAndKey
impl UnwindSafe for ParsedCertificateAndKey
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§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