pub struct PEPParticipantBatchResponse {
pub pseudo_data_points: Vec<PEPPseudoDataPoint>,
pub sessions: EncryptionContexts,
pub domain: PseudonymizationDomain,
pub domain_to: PseudonymizationDomain,
}
Fields§
§pseudo_data_points: Vec<PEPPseudoDataPoint>
§sessions: EncryptionContexts
§domain: PseudonymizationDomain
§domain_to: PseudonymizationDomain
Trait Implementations§
Source§impl Debug for PEPParticipantBatchResponse
impl Debug for PEPParticipantBatchResponse
Source§impl<'de> Deserialize<'de> for PEPParticipantBatchResponse
impl<'de> Deserialize<'de> for PEPParticipantBatchResponse
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 HasPEPBatchInfo<PEPPseudoDataPoint> for PEPParticipantBatchResponse
impl HasPEPBatchInfo<PEPPseudoDataPoint> for PEPParticipantBatchResponse
fn participants(&self) -> Vec<Vec<EncryptedPseudonym>>
fn extra_data(&self) -> Vec<Vec<EncryptedDataPoint>>
fn pseudo_data_points(&self) -> Vec<PEPPseudoDataPoint>
fn domain(&self) -> PseudonymizationDomain
fn sessions(&self) -> EncryptionContexts
fn domain_to(&self) -> PseudonymizationDomain
Auto Trait Implementations§
impl Freeze for PEPParticipantBatchResponse
impl RefUnwindSafe for PEPParticipantBatchResponse
impl Send for PEPParticipantBatchResponse
impl Sync for PEPParticipantBatchResponse
impl Unpin for PEPParticipantBatchResponse
impl UnwindSafe for PEPParticipantBatchResponse
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