pub struct PEPParticipantResponse {
pub participant: PEPParticipantInfo,
pub domain_to: PseudonymizationDomain,
pub extra_data: Value,
}
Fields§
§participant: PEPParticipantInfo
§domain_to: PseudonymizationDomain
§extra_data: Value
Trait Implementations§
Source§impl Debug for PEPParticipantResponse
impl Debug for PEPParticipantResponse
Source§impl<'de> Deserialize<'de> for PEPParticipantResponse
impl<'de> Deserialize<'de> for PEPParticipantResponse
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 PEPParticipantResponse
impl HasPEPParticipantInfo for PEPParticipantResponse
fn pep_participant_info(&self) -> &PEPParticipantInfo
fn domain_to(&self) -> &PseudonymizationDomain
Auto Trait Implementations§
impl Freeze for PEPParticipantResponse
impl RefUnwindSafe for PEPParticipantResponse
impl Send for PEPParticipantResponse
impl Sync for PEPParticipantResponse
impl Unpin for PEPParticipantResponse
impl UnwindSafe for PEPParticipantResponse
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