pub struct GoalStatusResult {
pub item: WorkItem,
pub attention: WorkAttentionBinding,
}Fields§
§item: WorkItem§attention: WorkAttentionBindingTrait Implementations§
Source§impl Clone for GoalStatusResult
impl Clone for GoalStatusResult
Source§fn clone(&self) -> GoalStatusResult
fn clone(&self) -> GoalStatusResult
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 GoalStatusResult
impl Debug for GoalStatusResult
Source§impl<'de> Deserialize<'de> for GoalStatusResult
impl<'de> Deserialize<'de> for GoalStatusResult
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 GoalStatusResult
impl RefUnwindSafe for GoalStatusResult
impl Send for GoalStatusResult
impl Sync for GoalStatusResult
impl Unpin for GoalStatusResult
impl UnsafeUnpin for GoalStatusResult
impl UnwindSafe for GoalStatusResult
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