pub struct JournalistSetupResponse {
pub sig: Signature<NewsroomOnJournalist>,
}Expand description
Response from the newsroom to the journalist for initial onboarding.
Step 3.1 in the spec.
Fields§
§sig: Signature<NewsroomOnJournalist>A signature over the journalist enrollment bundle by the newsroom signing key
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JournalistSetupResponse
impl RefUnwindSafe for JournalistSetupResponse
impl Send for JournalistSetupResponse
impl Sync for JournalistSetupResponse
impl Unpin for JournalistSetupResponse
impl UnsafeUnpin for JournalistSetupResponse
impl UnwindSafe for JournalistSetupResponse
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