pub struct RetryResponse {
pub message: String,
pub message_id: Uuid,
}Expand description
Retry response
Fields§
§message: StringResponse message
message_id: UuidMessage ID
Trait Implementations§
Source§impl Clone for RetryResponse
impl Clone for RetryResponse
Source§fn clone(&self) -> RetryResponse
fn clone(&self) -> RetryResponse
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 RetryResponse
impl Debug for RetryResponse
Source§impl<'de> Deserialize<'de> for RetryResponse
impl<'de> Deserialize<'de> for RetryResponse
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 RetryResponse
impl PartialEq for RetryResponse
Source§impl Serialize for RetryResponse
impl Serialize for RetryResponse
impl Eq for RetryResponse
impl StructuralPartialEq for RetryResponse
Auto Trait Implementations§
impl Freeze for RetryResponse
impl RefUnwindSafe for RetryResponse
impl Send for RetryResponse
impl Sync for RetryResponse
impl Unpin for RetryResponse
impl UnwindSafe for RetryResponse
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