Struct cypher::CertFormat
source · pub struct CertFormat {
pub enc: Encoding,
pub sep: &'static str,
}Fields§
§enc: Encoding§sep: &'static strImplementations§
Trait Implementations§
source§impl Clone for CertFormat
impl Clone for CertFormat
source§fn clone(&self) -> CertFormat
fn clone(&self) -> CertFormat
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 CertFormat
impl Debug for CertFormat
source§impl<S> MultiDisplay<CertFormat> for Cert<S>where
S: MultiDisplay<Encoding> + EcSig,
S::Pk: MultiDisplay<Encoding>,
impl<S> MultiDisplay<CertFormat> for Cert<S>where S: MultiDisplay<Encoding> + EcSig, S::Pk: MultiDisplay<Encoding>,
type Display = String
fn display_fmt(&self, f: &CertFormat) -> Self::Display
source§impl PartialEq<CertFormat> for CertFormat
impl PartialEq<CertFormat> for CertFormat
source§fn eq(&self, other: &CertFormat) -> bool
fn eq(&self, other: &CertFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.