pub struct FfdhData {
pub pubkey: Option<Vec<u8>>,
pub prikey: Option<OsslSecret>,
}Expand description
Structure that holds Ffdh key data
Fields§
§pubkey: Option<Vec<u8>>§prikey: Option<OsslSecret>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FfdhData
impl RefUnwindSafe for FfdhData
impl Send for FfdhData
impl Sync for FfdhData
impl Unpin for FfdhData
impl UnsafeUnpin for FfdhData
impl UnwindSafe for FfdhData
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