pub struct EnqueueFrame {
pub v: i64,
pub id: String,
pub ts: String,
pub to_agent_did: String,
pub payload: Value,
pub conversation_id: Option<String>,
pub reply_to: Option<String>,
}Fields§
§v: i64§id: String§ts: String§to_agent_did: String§payload: Value§conversation_id: Option<String>§reply_to: Option<String>Trait Implementations§
Source§impl Clone for EnqueueFrame
impl Clone for EnqueueFrame
Source§fn clone(&self) -> EnqueueFrame
fn clone(&self) -> EnqueueFrame
Returns a duplicate 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 EnqueueFrame
impl Debug for EnqueueFrame
Source§impl<'de> Deserialize<'de> for EnqueueFrame
impl<'de> Deserialize<'de> for EnqueueFrame
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 EnqueueFrame
impl PartialEq for EnqueueFrame
Source§impl Serialize for EnqueueFrame
impl Serialize for EnqueueFrame
impl Eq for EnqueueFrame
impl StructuralPartialEq for EnqueueFrame
Auto Trait Implementations§
impl Freeze for EnqueueFrame
impl RefUnwindSafe for EnqueueFrame
impl Send for EnqueueFrame
impl Sync for EnqueueFrame
impl Unpin for EnqueueFrame
impl UnsafeUnpin for EnqueueFrame
impl UnwindSafe for EnqueueFrame
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