pub struct CheckServiceQualificationStateChangeEventPayload {
pub check_service_qualification: Option<CheckServiceQualification>,
}Expand description
The event data structure
Fields§
§check_service_qualification: Option<CheckServiceQualification>CheckServiceQualification is used to perform a technical eligibility on service configuration(s). It allows to retrieve services that are technically available in the context of the interaction (place, party, service characteristics, …).
Trait Implementations§
Source§impl Clone for CheckServiceQualificationStateChangeEventPayload
impl Clone for CheckServiceQualificationStateChangeEventPayload
Source§fn clone(&self) -> CheckServiceQualificationStateChangeEventPayload
fn clone(&self) -> CheckServiceQualificationStateChangeEventPayload
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 CheckServiceQualificationStateChangeEventPayload
impl<'de> Deserialize<'de> for CheckServiceQualificationStateChangeEventPayload
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 CheckServiceQualificationStateChangeEventPayload
impl RefUnwindSafe for CheckServiceQualificationStateChangeEventPayload
impl Send for CheckServiceQualificationStateChangeEventPayload
impl Sync for CheckServiceQualificationStateChangeEventPayload
impl Unpin for CheckServiceQualificationStateChangeEventPayload
impl UnsafeUnpin for CheckServiceQualificationStateChangeEventPayload
impl UnwindSafe for CheckServiceQualificationStateChangeEventPayload
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