pub struct QueueAckBatchReply {
pub error: Option<String>,
}Expand description
Response to QueueAckBatchRequest.
Fields§
§error: Option<String>Set when the batch ack failed.
Trait Implementations§
Source§impl Clone for QueueAckBatchReply
impl Clone for QueueAckBatchReply
Source§fn clone(&self) -> QueueAckBatchReply
fn clone(&self) -> QueueAckBatchReply
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 QueueAckBatchReply
impl Debug for QueueAckBatchReply
Source§impl<'de> Deserialize<'de> for QueueAckBatchReply
impl<'de> Deserialize<'de> for QueueAckBatchReply
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 QueueAckBatchReply
Source§impl PartialEq for QueueAckBatchReply
impl PartialEq for QueueAckBatchReply
Source§impl Serialize for QueueAckBatchReply
impl Serialize for QueueAckBatchReply
impl StructuralPartialEq for QueueAckBatchReply
Auto Trait Implementations§
impl Freeze for QueueAckBatchReply
impl RefUnwindSafe for QueueAckBatchReply
impl Send for QueueAckBatchReply
impl Sync for QueueAckBatchReply
impl Unpin for QueueAckBatchReply
impl UnsafeUnpin for QueueAckBatchReply
impl UnwindSafe for QueueAckBatchReply
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