pub struct QueryServiceQualificationDeleteEventPayload {
pub query_service_qualification: Option<QueryServiceQualification>,
}Expand description
The event data structure
Fields§
§query_service_qualification: Option<QueryServiceQualification>QueryServiceQualification is used to retrieve a list of services that are technically available in the context of the interaction (place, party, service characteristics, …).
Trait Implementations§
Source§impl Clone for QueryServiceQualificationDeleteEventPayload
impl Clone for QueryServiceQualificationDeleteEventPayload
Source§fn clone(&self) -> QueryServiceQualificationDeleteEventPayload
fn clone(&self) -> QueryServiceQualificationDeleteEventPayload
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for QueryServiceQualificationDeleteEventPayload
impl<'de> Deserialize<'de> for QueryServiceQualificationDeleteEventPayload
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
Auto Trait Implementations§
impl Freeze for QueryServiceQualificationDeleteEventPayload
impl RefUnwindSafe for QueryServiceQualificationDeleteEventPayload
impl Send for QueryServiceQualificationDeleteEventPayload
impl Sync for QueryServiceQualificationDeleteEventPayload
impl Unpin for QueryServiceQualificationDeleteEventPayload
impl UnsafeUnpin for QueryServiceQualificationDeleteEventPayload
impl UnwindSafe for QueryServiceQualificationDeleteEventPayload
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