pub struct RespGetTasking {
pub action: String,
pub tasks: Vec<TaskMessage>,
pub extras: AgentResponseExtras,
}Fields§
§action: String§tasks: Vec<TaskMessage>§extras: AgentResponseExtrasImplementations§
Source§impl RespGetTasking
impl RespGetTasking
pub fn new(tasks: Vec<TaskMessage>) -> Self
Trait Implementations§
Source§impl Clone for RespGetTasking
impl Clone for RespGetTasking
Source§fn clone(&self) -> RespGetTasking
fn clone(&self) -> RespGetTasking
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 RespGetTasking
impl Debug for RespGetTasking
Source§impl<'de> Deserialize<'de> for RespGetTasking
impl<'de> Deserialize<'de> for RespGetTasking
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 RespGetTasking
impl PartialEq for RespGetTasking
Source§fn eq(&self, other: &RespGetTasking) -> bool
fn eq(&self, other: &RespGetTasking) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RespGetTasking
impl Serialize for RespGetTasking
impl StructuralPartialEq for RespGetTasking
Auto Trait Implementations§
impl Freeze for RespGetTasking
impl RefUnwindSafe for RespGetTasking
impl Send for RespGetTasking
impl Sync for RespGetTasking
impl Unpin for RespGetTasking
impl UnsafeUnpin for RespGetTasking
impl UnwindSafe for RespGetTasking
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