pub struct PEPActivityBatchResponse {
pub record: Vec<EncryptedPEPJSONValue>,
pub activity: String,
pub sessions: EncryptionContexts,
pub domain: PseudonymizationDomain,
pub domain_to: PseudonymizationDomain,
}Fields§
§record: Vec<EncryptedPEPJSONValue>§activity: String§sessions: EncryptionContexts§domain: PseudonymizationDomain§domain_to: PseudonymizationDomainTrait Implementations§
Source§impl Debug for PEPActivityBatchResponse
impl Debug for PEPActivityBatchResponse
Source§impl<'de> Deserialize<'de> for PEPActivityBatchResponse
impl<'de> Deserialize<'de> for PEPActivityBatchResponse
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<EncryptedPEPJSONValue> for PEPActivityBatchResponse
impl HasPEPBatchInfo<EncryptedPEPJSONValue> for PEPActivityBatchResponse
fn encrypted_data(&self) -> Vec<EncryptedPEPJSONValue>
fn record(&self) -> Vec<EncryptedPEPJSONValue>
fn domain(&self) -> PseudonymizationDomain
fn sessions(&self) -> EncryptionContexts
fn domain_to(&self) -> PseudonymizationDomain
Auto Trait Implementations§
impl Freeze for PEPActivityBatchResponse
impl RefUnwindSafe for PEPActivityBatchResponse
impl Send for PEPActivityBatchResponse
impl Sync for PEPActivityBatchResponse
impl Unpin for PEPActivityBatchResponse
impl UnsafeUnpin for PEPActivityBatchResponse
impl UnwindSafe for PEPActivityBatchResponse
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