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