Struct cypher::CertFormat
source · pub struct CertFormat {
pub enc: Encoding,
pub sep: &'static str,
}
Fields§
§enc: Encoding
§sep: &'static str
Implementations§
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>
impl<S> MultiDisplay<CertFormat> for Cert<S>
type Display = String
fn display_fmt(&self, f: &CertFormat) -> Self::Display
source§impl PartialEq for CertFormat
impl PartialEq 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 ==
.impl Eq for CertFormat
impl StructuralPartialEq for CertFormat
Auto Trait Implementations§
impl Freeze for CertFormat
impl RefUnwindSafe for CertFormat
impl Send for CertFormat
impl Sync for CertFormat
impl Unpin for CertFormat
impl UnwindSafe for CertFormat
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