pub struct ActivityResponseMessageType;
Trait Implementations§
Source§impl Debug for ActivityResponseMessageType
impl Debug for ActivityResponseMessageType
Source§impl PEPMessageType for ActivityResponseMessageType
impl PEPMessageType for ActivityResponseMessageType
type PEPMessage = PEPActivityResponse
type Message = ActivityResponse
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 ActivityResponseMessageType
impl RefUnwindSafe for ActivityResponseMessageType
impl Send for ActivityResponseMessageType
impl Sync for ActivityResponseMessageType
impl Unpin for ActivityResponseMessageType
impl UnwindSafe for ActivityResponseMessageType
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