pub struct AttentionReassignRequest {
pub binding_id: WorkAttentionBindingId,
pub realm_id: Option<String>,
pub namespace: Option<WorkNamespace>,
pub target: GoalAttentionTarget,
}Fields§
§binding_id: WorkAttentionBindingId§realm_id: Option<String>§namespace: Option<WorkNamespace>§target: GoalAttentionTargetTrait Implementations§
Source§impl Clone for AttentionReassignRequest
impl Clone for AttentionReassignRequest
Source§fn clone(&self) -> AttentionReassignRequest
fn clone(&self) -> AttentionReassignRequest
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 AttentionReassignRequest
impl Debug for AttentionReassignRequest
Source§impl<'de> Deserialize<'de> for AttentionReassignRequest
impl<'de> Deserialize<'de> for AttentionReassignRequest
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 AttentionReassignRequest
impl RefUnwindSafe for AttentionReassignRequest
impl Send for AttentionReassignRequest
impl Sync for AttentionReassignRequest
impl Unpin for AttentionReassignRequest
impl UnsafeUnpin for AttentionReassignRequest
impl UnwindSafe for AttentionReassignRequest
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