Struct chik_ssl::ChikCertificate
source · pub struct ChikCertificate {
pub cert_pem: String,
pub key_pem: String,
}Fields§
§cert_pem: String§key_pem: StringImplementations§
source§impl ChikCertificate
impl ChikCertificate
pub fn generate() -> Result<ChikCertificate>
Trait Implementations§
source§impl Clone for ChikCertificate
impl Clone for ChikCertificate
source§fn clone(&self) -> ChikCertificate
fn clone(&self) -> ChikCertificate
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 ChikCertificate
impl Debug for ChikCertificate
source§impl Hash for ChikCertificate
impl Hash for ChikCertificate
source§impl PartialEq for ChikCertificate
impl PartialEq for ChikCertificate
source§fn eq(&self, other: &ChikCertificate) -> bool
fn eq(&self, other: &ChikCertificate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ChikCertificate
impl StructuralPartialEq for ChikCertificate
Auto Trait Implementations§
impl Freeze for ChikCertificate
impl RefUnwindSafe for ChikCertificate
impl Send for ChikCertificate
impl Sync for ChikCertificate
impl Unpin for ChikCertificate
impl UnwindSafe for ChikCertificate
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