pub struct WorkAttentionBinding {
pub binding_id: WorkAttentionBindingId,
pub work_ref: WorkItemRef,
pub target: WorkAttentionTarget,
pub mode: WorkAttentionMode,
pub status: WorkAttentionStatus,
pub machine_state: WorkAttentionMachineState,
pub delegated_authority: AttentionDelegatedAuthority,
pub projection_policy: AttentionProjectionPolicy,
pub created_at: DateTime<Utc>,
pub updated_at: DateTime<Utc>,
}Fields§
§binding_id: WorkAttentionBindingId§work_ref: WorkItemRef§target: WorkAttentionTarget§mode: WorkAttentionMode§status: WorkAttentionStatus§machine_state: WorkAttentionMachineState§projection_policy: AttentionProjectionPolicy§created_at: DateTime<Utc>§updated_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for WorkAttentionBinding
impl Clone for WorkAttentionBinding
Source§fn clone(&self) -> WorkAttentionBinding
fn clone(&self) -> WorkAttentionBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkAttentionBinding
impl Debug for WorkAttentionBinding
Source§impl<'de> Deserialize<'de> for WorkAttentionBinding
impl<'de> Deserialize<'de> for WorkAttentionBinding
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
impl Eq for WorkAttentionBinding
Source§impl PartialEq for WorkAttentionBinding
impl PartialEq for WorkAttentionBinding
Source§fn eq(&self, other: &WorkAttentionBinding) -> bool
fn eq(&self, other: &WorkAttentionBinding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WorkAttentionBinding
impl Serialize for WorkAttentionBinding
impl StructuralPartialEq for WorkAttentionBinding
Auto Trait Implementations§
impl Freeze for WorkAttentionBinding
impl RefUnwindSafe for WorkAttentionBinding
impl Send for WorkAttentionBinding
impl Sync for WorkAttentionBinding
impl Unpin for WorkAttentionBinding
impl UnsafeUnpin for WorkAttentionBinding
impl UnwindSafe for WorkAttentionBinding
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.