pub enum PubKeyFileType {
Pkcs1,
Pkcs8,
}Expand description
Type of a der-encoded public key.
Variants§
Trait Implementations§
Source§impl Clone for PubKeyFileType
impl Clone for PubKeyFileType
Source§fn clone(&self) -> PubKeyFileType
fn clone(&self) -> PubKeyFileType
Returns a duplicate 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 PubKeyFileType
impl Debug for PubKeyFileType
Source§impl Hash for PubKeyFileType
impl Hash for PubKeyFileType
Source§impl PartialEq for PubKeyFileType
impl PartialEq for PubKeyFileType
impl Copy for PubKeyFileType
impl Eq for PubKeyFileType
impl StructuralPartialEq for PubKeyFileType
Auto Trait Implementations§
impl Freeze for PubKeyFileType
impl RefUnwindSafe for PubKeyFileType
impl Send for PubKeyFileType
impl Sync for PubKeyFileType
impl Unpin for PubKeyFileType
impl UnwindSafe for PubKeyFileType
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