pub struct SourceJournalistKeyRequest {}Expand description
Source fetches journalist keys for the newsroom
This is part of step 5 in the spec.
Note: This isn’t currently written down in the spec, but should occur right before the server provides a long-term key and an ephmeral key bundle for the journalist.
Auto Trait Implementations§
impl Freeze for SourceJournalistKeyRequest
impl RefUnwindSafe for SourceJournalistKeyRequest
impl Send for SourceJournalistKeyRequest
impl Sync for SourceJournalistKeyRequest
impl Unpin for SourceJournalistKeyRequest
impl UnsafeUnpin for SourceJournalistKeyRequest
impl UnwindSafe for SourceJournalistKeyRequest
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