pub struct ParticipantBatchResponse {
pub pseudo_data_points: Vec<PseudoDataPoint>,
pub domain: PseudonymizationDomain,
}
Fields§
§pseudo_data_points: Vec<PseudoDataPoint>
§domain: PseudonymizationDomain
Trait Implementations§
Source§impl Debug for ParticipantBatchResponse
impl Debug for ParticipantBatchResponse
Source§impl HasBatchInfo<PseudoDataPoint> for ParticipantBatchResponse
impl HasBatchInfo<PseudoDataPoint> for ParticipantBatchResponse
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 ParticipantBatchResponse
impl RefUnwindSafe for ParticipantBatchResponse
impl Send for ParticipantBatchResponse
impl Sync for ParticipantBatchResponse
impl Unpin for ParticipantBatchResponse
impl UnwindSafe for ParticipantBatchResponse
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