pub struct ParticipantRequestMessageType;
Trait Implementations§
Source§impl PEPMessageType for ParticipantRequestMessageType
impl PEPMessageType for ParticipantRequestMessageType
type PEPMessage = PEPParticipantRequest
type Message = ParticipantRequest
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 ParticipantRequestMessageType
impl RefUnwindSafe for ParticipantRequestMessageType
impl Send for ParticipantRequestMessageType
impl Sync for ParticipantRequestMessageType
impl Unpin for ParticipantRequestMessageType
impl UnwindSafe for ParticipantRequestMessageType
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