pub struct PEPParticipantBatchRequest {
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 PEPParticipantBatchRequest
impl Debug for PEPParticipantBatchRequest
Source§impl<'de> Deserialize<'de> for PEPParticipantBatchRequest
impl<'de> Deserialize<'de> for PEPParticipantBatchRequest
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 PEPParticipantBatchRequest
impl HasPEPBatchInfo<PEPPseudoDataPoint> for PEPParticipantBatchRequest
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 PEPParticipantBatchRequest
impl RefUnwindSafe for PEPParticipantBatchRequest
impl Send for PEPParticipantBatchRequest
impl Sync for PEPParticipantBatchRequest
impl Unpin for PEPParticipantBatchRequest
impl UnwindSafe for PEPParticipantBatchRequest
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