pub struct MessageSendResponse {
pub message_id: String,
pub message_body_md5: String,
pub receipt_handle: Option<String>,
}
Expand description
Fields§
§message_id: String
§message_body_md5: String
§receipt_handle: Option<String>
Trait Implementations§
Source§impl Clone for MessageSendResponse
impl Clone for MessageSendResponse
Source§fn clone(&self) -> MessageSendResponse
fn clone(&self) -> MessageSendResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MessageSendResponse
impl Debug for MessageSendResponse
Source§impl<'de> Deserialize<'de> for MessageSendResponse
impl<'de> Deserialize<'de> for MessageSendResponse
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 MessageSendResponse
impl RefUnwindSafe for MessageSendResponse
impl Send for MessageSendResponse
impl Sync for MessageSendResponse
impl Unpin for MessageSendResponse
impl UnwindSafe for MessageSendResponse
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