pub struct MessageSendParams {
pub configuration: Option<MessageSendConfiguration>,
pub message: Message,
pub metadata: Map<String, Value>,
}
Fields§
§configuration: Option<MessageSendConfiguration>
§message: Message
§metadata: Map<String, Value>
Trait Implementations§
Source§impl Clone for MessageSendParams
impl Clone for MessageSendParams
Source§fn clone(&self) -> MessageSendParams
fn clone(&self) -> MessageSendParams
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 MessageSendParams
impl Debug for MessageSendParams
Source§impl<'de> Deserialize<'de> for MessageSendParams
impl<'de> Deserialize<'de> for MessageSendParams
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
Auto Trait Implementations§
impl Freeze for MessageSendParams
impl RefUnwindSafe for MessageSendParams
impl Send for MessageSendParams
impl Sync for MessageSendParams
impl Unpin for MessageSendParams
impl UnwindSafe for MessageSendParams
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