pub struct AgentTaskLinks {
pub self_url: String,
pub events: String,
pub stream: String,
pub websocket: String,
pub input: String,
pub cancel: String,
}Fields§
§self_url: String§events: String§stream: String§websocket: String§input: String§cancel: StringTrait Implementations§
Source§impl Clone for AgentTaskLinks
impl Clone for AgentTaskLinks
Source§fn clone(&self) -> AgentTaskLinks
fn clone(&self) -> AgentTaskLinks
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 AgentTaskLinks
impl Debug for AgentTaskLinks
Source§impl<'de> Deserialize<'de> for AgentTaskLinks
impl<'de> Deserialize<'de> for AgentTaskLinks
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
impl Eq for AgentTaskLinks
Source§impl PartialEq for AgentTaskLinks
impl PartialEq for AgentTaskLinks
Source§impl Serialize for AgentTaskLinks
impl Serialize for AgentTaskLinks
impl StructuralPartialEq for AgentTaskLinks
Auto Trait Implementations§
impl Freeze for AgentTaskLinks
impl RefUnwindSafe for AgentTaskLinks
impl Send for AgentTaskLinks
impl Sync for AgentTaskLinks
impl Unpin for AgentTaskLinks
impl UnsafeUnpin for AgentTaskLinks
impl UnwindSafe for AgentTaskLinks
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