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