pub struct PEPActivityResponse {
pub participant: PEPParticipantInfo,
pub domain_to: PseudonymizationDomain,
pub activity: String,
pub extra_data: Value,
}
Fields§
§participant: PEPParticipantInfo
§domain_to: PseudonymizationDomain
§activity: String
§extra_data: Value
Trait Implementations§
Source§impl Debug for PEPActivityResponse
impl Debug for PEPActivityResponse
Source§impl<'de> Deserialize<'de> for PEPActivityResponse
impl<'de> Deserialize<'de> for PEPActivityResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl HasPEPParticipantInfo for PEPActivityResponse
impl HasPEPParticipantInfo for PEPActivityResponse
fn pep_participant_info(&self) -> &PEPParticipantInfo
fn domain_to(&self) -> &PseudonymizationDomain
Auto Trait Implementations§
impl Freeze for PEPActivityResponse
impl RefUnwindSafe for PEPActivityResponse
impl Send for PEPActivityResponse
impl Sync for PEPActivityResponse
impl Unpin for PEPActivityResponse
impl UnwindSafe for PEPActivityResponse
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