pub struct ParticipantResponseMessageType;
Trait Implementations§
Source§impl PEPMessageType for ParticipantResponseMessageType
impl PEPMessageType for ParticipantResponseMessageType
type PEPMessage = PEPParticipantResponse
type Message = ParticipantResponse
async fn pack<R: RngCore + CryptoRng>( request: Self::Message, domain_to: PseudonymizationDomain, ps: &mut PseudonymService, rng: &mut R, ) -> Result<Self::PEPMessage, ApiError>
async fn unpack( request: Self::PEPMessage, ps: &mut PseudonymService, ) -> Result<Self::Message, ApiError>
Auto Trait Implementations§
impl Freeze for ParticipantResponseMessageType
impl RefUnwindSafe for ParticipantResponseMessageType
impl Send for ParticipantResponseMessageType
impl Sync for ParticipantResponseMessageType
impl Unpin for ParticipantResponseMessageType
impl UnwindSafe for ParticipantResponseMessageType
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