Struct tor_cert::UnrecognizedKey
source · pub struct UnrecognizedKey { /* private fields */ }Expand description
A key whose type we didn’t recognize.
Trait Implementations§
source§impl Clone for UnrecognizedKey
impl Clone for UnrecognizedKey
source§fn clone(&self) -> UnrecognizedKey
fn clone(&self) -> UnrecognizedKey
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