Struct pem::EncodeConfig
source · pub struct EncodeConfig {
pub line_ending: LineEnding,
}
Expand description
Configuration for Pem encoding
Fields§
§line_ending: LineEnding
Line ending to use during encoding
Trait Implementations§
source§impl Clone for EncodeConfig
impl Clone for EncodeConfig
source§fn clone(&self) -> EncodeConfig
fn clone(&self) -> EncodeConfig
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 more