pub enum KeyPairEncoding {
Raw,
Pkcs8,
Der,
Pem,
}Variants§
Trait Implementations§
Source§impl Clone for KeyPairEncoding
impl Clone for KeyPairEncoding
Source§fn clone(&self) -> KeyPairEncoding
fn clone(&self) -> KeyPairEncoding
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 KeyPairEncoding
impl Debug for KeyPairEncoding
Source§impl From<KeypairEncoding> for KeyPairEncoding
impl From<KeypairEncoding> for KeyPairEncoding
Source§fn from(encoding: KeypairEncoding) -> Self
fn from(encoding: KeypairEncoding) -> Self
Converts to this type from the input type.
Source§impl PartialEq for KeyPairEncoding
impl PartialEq for KeyPairEncoding
impl Copy for KeyPairEncoding
impl Eq for KeyPairEncoding
impl StructuralPartialEq for KeyPairEncoding
Auto Trait Implementations§
impl Freeze for KeyPairEncoding
impl RefUnwindSafe for KeyPairEncoding
impl Send for KeyPairEncoding
impl Sync for KeyPairEncoding
impl Unpin for KeyPairEncoding
impl UnsafeUnpin for KeyPairEncoding
impl UnwindSafe for KeyPairEncoding
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