pub struct AgentMailEventPayload {
pub mail: AgentMailEnvelope,
}Expand description
Canonical payload placed in every Agent Mail runtime event.
Fields§
§mail: AgentMailEnvelopeTrait Implementations§
Source§impl Clone for AgentMailEventPayload
impl Clone for AgentMailEventPayload
Source§fn clone(&self) -> AgentMailEventPayload
fn clone(&self) -> AgentMailEventPayload
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 AgentMailEventPayload
impl Debug for AgentMailEventPayload
Source§impl<'de> Deserialize<'de> for AgentMailEventPayload
impl<'de> Deserialize<'de> for AgentMailEventPayload
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 AgentMailEventPayload
Source§impl PartialEq for AgentMailEventPayload
impl PartialEq for AgentMailEventPayload
Source§impl Serialize for AgentMailEventPayload
impl Serialize for AgentMailEventPayload
impl StructuralPartialEq for AgentMailEventPayload
Auto Trait Implementations§
impl Freeze for AgentMailEventPayload
impl RefUnwindSafe for AgentMailEventPayload
impl Send for AgentMailEventPayload
impl Sync for AgentMailEventPayload
impl Unpin for AgentMailEventPayload
impl UnsafeUnpin for AgentMailEventPayload
impl UnwindSafe for AgentMailEventPayload
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