pub struct RSAKeyPairResult {
pub private_key: String,
pub public_key: String,
}Fields§
§private_key: String§public_key: StringAuto Trait Implementations§
impl Freeze for RSAKeyPairResult
impl RefUnwindSafe for RSAKeyPairResult
impl Send for RSAKeyPairResult
impl Sync for RSAKeyPairResult
impl Unpin for RSAKeyPairResult
impl UnwindSafe for RSAKeyPairResult
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