pub struct PamojaAgreementKey { /* private fields */ }Expand description
An opaque handle to a key-agreement secret.
Create it with pamoja_agreement_key_from_seed and release it with
pamoja_agreement_key_free.
Auto Trait Implementations§
impl Freeze for PamojaAgreementKey
impl RefUnwindSafe for PamojaAgreementKey
impl Send for PamojaAgreementKey
impl Sync for PamojaAgreementKey
impl Unpin for PamojaAgreementKey
impl UnsafeUnpin for PamojaAgreementKey
impl UnwindSafe for PamojaAgreementKey
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