pub struct AgentMailSendResponse {
pub envelope: AgentMailEnvelope,
pub idempotent_replay: bool,
}Fields§
§envelope: AgentMailEnvelope§idempotent_replay: boolTrue when the message id and immutable intent already existed.
Trait Implementations§
Source§impl Clone for AgentMailSendResponse
impl Clone for AgentMailSendResponse
Source§fn clone(&self) -> AgentMailSendResponse
fn clone(&self) -> AgentMailSendResponse
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 AgentMailSendResponse
impl Debug for AgentMailSendResponse
Source§impl<'de> Deserialize<'de> for AgentMailSendResponse
impl<'de> Deserialize<'de> for AgentMailSendResponse
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 AgentMailSendResponse
Source§impl PartialEq for AgentMailSendResponse
impl PartialEq for AgentMailSendResponse
Source§impl Serialize for AgentMailSendResponse
impl Serialize for AgentMailSendResponse
impl StructuralPartialEq for AgentMailSendResponse
Auto Trait Implementations§
impl Freeze for AgentMailSendResponse
impl RefUnwindSafe for AgentMailSendResponse
impl Send for AgentMailSendResponse
impl Sync for AgentMailSendResponse
impl Unpin for AgentMailSendResponse
impl UnsafeUnpin for AgentMailSendResponse
impl UnwindSafe for AgentMailSendResponse
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