pub struct NewsroomSetupResponse {
pub sig: Signature<FpfOnNewsroom>,
}Expand description
Response from FPF to the newsroom.
Step 2 in the spec.
Fields§
§sig: Signature<FpfOnNewsroom>A signature over the newsroom verifying key by the FPF signing key
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewsroomSetupResponse
impl RefUnwindSafe for NewsroomSetupResponse
impl Send for NewsroomSetupResponse
impl Sync for NewsroomSetupResponse
impl Unpin for NewsroomSetupResponse
impl UnsafeUnpin for NewsroomSetupResponse
impl UnwindSafe for NewsroomSetupResponse
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