pub struct ActivityBatchResponse {
pub record: Vec<Record>,
pub activity: String,
pub domain: PseudonymizationDomain,
}Fields§
§record: Vec<Record>§activity: String§domain: PseudonymizationDomainTrait Implementations§
Source§impl Debug for ActivityBatchResponse
impl Debug for ActivityBatchResponse
Source§impl HasBatchInfo<Record> for ActivityBatchResponse
impl HasBatchInfo<Record> for ActivityBatchResponse
Auto Trait Implementations§
impl Freeze for ActivityBatchResponse
impl RefUnwindSafe for ActivityBatchResponse
impl Send for ActivityBatchResponse
impl Sync for ActivityBatchResponse
impl Unpin for ActivityBatchResponse
impl UnsafeUnpin 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