pub struct PolicyEscalateRequest {
pub id: WorkItemId,
pub realm_id: Option<String>,
pub namespace: Option<WorkNamespace>,
pub expected_revision: u64,
pub authority_projection: AttentionContextProjection,
pub completion_policy: WorkCompletionPolicy,
}Fields§
§id: WorkItemId§realm_id: Option<String>§namespace: Option<WorkNamespace>§expected_revision: u64§completion_policy: WorkCompletionPolicyTrait Implementations§
Source§impl Clone for PolicyEscalateRequest
impl Clone for PolicyEscalateRequest
Source§fn clone(&self) -> PolicyEscalateRequest
fn clone(&self) -> PolicyEscalateRequest
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 PolicyEscalateRequest
impl Debug for PolicyEscalateRequest
Source§impl<'de> Deserialize<'de> for PolicyEscalateRequest
impl<'de> Deserialize<'de> for PolicyEscalateRequest
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 PolicyEscalateRequest
impl RefUnwindSafe for PolicyEscalateRequest
impl Send for PolicyEscalateRequest
impl Sync for PolicyEscalateRequest
impl Unpin for PolicyEscalateRequest
impl UnsafeUnpin for PolicyEscalateRequest
impl UnwindSafe for PolicyEscalateRequest
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