pub struct CredentialResolutionRequest<'a> {
pub decision: &'a CredentialBindingDecision,
pub credential: &'a CredentialEnvelope,
pub profile: &'a CredentialDeliveryProfile,
pub observation: CredentialDeliveryObservation,
}Fields§
§decision: &'a CredentialBindingDecision§credential: &'a CredentialEnvelope§profile: &'a CredentialDeliveryProfile§observation: CredentialDeliveryObservationThe non-secret observation recording this delivery. Required so a resolved secret can never be delivered without its audit record on the receipt.
Auto Trait Implementations§
impl<'a> Freeze for CredentialResolutionRequest<'a>
impl<'a> RefUnwindSafe for CredentialResolutionRequest<'a>
impl<'a> Send for CredentialResolutionRequest<'a>
impl<'a> Sync for CredentialResolutionRequest<'a>
impl<'a> Unpin for CredentialResolutionRequest<'a>
impl<'a> UnsafeUnpin for CredentialResolutionRequest<'a>
impl<'a> UnwindSafe for CredentialResolutionRequest<'a>
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