pub struct EncryptionParameters {
pub rsa_public_key_pem: String,
}Expand description
EncryptionParameters is basically the RSA .pem encoded public key
Fields§
§rsa_public_key_pem: StringAuto Trait Implementations§
impl Freeze for EncryptionParameters
impl RefUnwindSafe for EncryptionParameters
impl Send for EncryptionParameters
impl Sync for EncryptionParameters
impl Unpin for EncryptionParameters
impl UnwindSafe for EncryptionParameters
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