pub enum PrivateKeyBytes {
DER(Vec<u8>),
PK8(Vec<u8>),
}Expand description
Binary form of a raw RSA key
Variants§
Auto Trait Implementations§
impl Freeze for PrivateKeyBytes
impl RefUnwindSafe for PrivateKeyBytes
impl Send for PrivateKeyBytes
impl Sync for PrivateKeyBytes
impl Unpin for PrivateKeyBytes
impl UnwindSafe for PrivateKeyBytes
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