pub struct ParticipantBatchRequest {
pub pseudo_data_points: Vec<PseudoDataPoint>,
pub domain: PseudonymizationDomain,
}
Fields§
§pseudo_data_points: Vec<PseudoDataPoint>
§domain: PseudonymizationDomain
Trait Implementations§
Source§impl Debug for ParticipantBatchRequest
impl Debug for ParticipantBatchRequest
Source§impl HasBatchInfo<PseudoDataPoint> for ParticipantBatchRequest
impl HasBatchInfo<PseudoDataPoint> for ParticipantBatchRequest
fn participants(&self) -> Vec<Vec<Pseudonym>>
fn extra_data(&self) -> Vec<Value>
fn pseudo_data_points(&self) -> Vec<PseudoDataPoint>
fn domain(&self) -> PseudonymizationDomain
Auto Trait Implementations§
impl Freeze for ParticipantBatchRequest
impl RefUnwindSafe for ParticipantBatchRequest
impl Send for ParticipantBatchRequest
impl Sync for ParticipantBatchRequest
impl Unpin for ParticipantBatchRequest
impl UnwindSafe for ParticipantBatchRequest
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