pub struct CheckServiceQualificationCreateEventPayload {
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 CheckServiceQualificationCreateEventPayload
impl Clone for CheckServiceQualificationCreateEventPayload
Source§fn clone(&self) -> CheckServiceQualificationCreateEventPayload
fn clone(&self) -> CheckServiceQualificationCreateEventPayload
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 CheckServiceQualificationCreateEventPayload
impl<'de> Deserialize<'de> for CheckServiceQualificationCreateEventPayload
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 CheckServiceQualificationCreateEventPayload
impl RefUnwindSafe for CheckServiceQualificationCreateEventPayload
impl Send for CheckServiceQualificationCreateEventPayload
impl Sync for CheckServiceQualificationCreateEventPayload
impl Unpin for CheckServiceQualificationCreateEventPayload
impl UnsafeUnpin for CheckServiceQualificationCreateEventPayload
impl UnwindSafe for CheckServiceQualificationCreateEventPayload
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