pub struct TaskAgentUpdateReason {
pub code: Option<Code>,
}
Expand description
Fields§
§code: Option<Code>
Implementations§
Trait Implementations§
source§impl Clone for TaskAgentUpdateReason
impl Clone for TaskAgentUpdateReason
source§fn clone(&self) -> TaskAgentUpdateReason
fn clone(&self) -> TaskAgentUpdateReason
Returns a copy 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 Debug for TaskAgentUpdateReason
impl Debug for TaskAgentUpdateReason
source§impl Default for TaskAgentUpdateReason
impl Default for TaskAgentUpdateReason
source§fn default() -> TaskAgentUpdateReason
fn default() -> TaskAgentUpdateReason
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TaskAgentUpdateReason
impl<'de> Deserialize<'de> for TaskAgentUpdateReason
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
source§impl PartialEq for TaskAgentUpdateReason
impl PartialEq for TaskAgentUpdateReason
source§fn eq(&self, other: &TaskAgentUpdateReason) -> bool
fn eq(&self, other: &TaskAgentUpdateReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TaskAgentUpdateReason
impl Serialize for TaskAgentUpdateReason
impl StructuralPartialEq for TaskAgentUpdateReason
Auto Trait Implementations§
impl RefUnwindSafe for TaskAgentUpdateReason
impl Send for TaskAgentUpdateReason
impl Sync for TaskAgentUpdateReason
impl Unpin for TaskAgentUpdateReason
impl UnwindSafe for TaskAgentUpdateReason
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