pub struct Enrollment {
pub bundle: SignedLongtermPubKeyBytes,
pub selfsig: Signature<JournalistLongTermKey>,
pub keys: (VerifyingKey, DHPublicKey, MessagePublicKey),
}Fields§
§bundle: SignedLongtermPubKeyBytes§selfsig: Signature<JournalistLongTermKey>§keys: (VerifyingKey, DHPublicKey, MessagePublicKey)Trait Implementations§
Source§impl Clone for Enrollment
impl Clone for Enrollment
Source§fn clone(&self) -> Enrollment
fn clone(&self) -> Enrollment
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Enrollment
impl RefUnwindSafe for Enrollment
impl Send for Enrollment
impl Sync for Enrollment
impl Unpin for Enrollment
impl UnsafeUnpin for Enrollment
impl UnwindSafe for Enrollment
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