pub struct VerifiedDidPrompt {
pub subject: Did,
pub prompt_ref: DidMessageReference,
pub body: DidMessageBody,
pub resource: GenericResource,
pub prompt: SecureValue<Secret, String, GenericResource>,
}Expand description
Verified and decrypted DID prompt.
Fields§
§subject: DidVerified DID subject.
prompt_ref: DidMessageReferenceStable reference to the verified prompt envelope.
body: DidMessageBodyPolicy-visible metadata.
resource: GenericResourceResource associated with the payload.
prompt: SecureValue<Secret, String, GenericResource>Secret prompt payload.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifiedDidPrompt
impl RefUnwindSafe for VerifiedDidPrompt
impl Send for VerifiedDidPrompt
impl Sync for VerifiedDidPrompt
impl Unpin for VerifiedDidPrompt
impl UnsafeUnpin for VerifiedDidPrompt
impl UnwindSafe for VerifiedDidPrompt
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