pub struct HttpQueueSendResponse {
pub status: String,
pub response: Option<Cbor>,
}Fields§
§status: String§response: Option<Cbor>Trait Implementations§
Source§impl Clone for HttpQueueSendResponse
impl Clone for HttpQueueSendResponse
Source§fn clone(&self) -> HttpQueueSendResponse
fn clone(&self) -> HttpQueueSendResponse
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 HttpQueueSendResponse
impl Debug for HttpQueueSendResponse
Source§impl<'de> Deserialize<'de> for HttpQueueSendResponse
impl<'de> Deserialize<'de> for HttpQueueSendResponse
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 HttpQueueSendResponse
Source§impl From<HttpQueueSendResponse> for HttpQueueSendResponse
impl From<HttpQueueSendResponse> for HttpQueueSendResponse
Source§fn from(value: HttpQueueSendResponse) -> Self
fn from(value: HttpQueueSendResponse) -> Self
Converts to this type from the input type.
Source§impl From<HttpQueueSendResponse> for HttpQueueSendResponse
impl From<HttpQueueSendResponse> for HttpQueueSendResponse
Source§fn from(value: HttpQueueSendResponse) -> Self
fn from(value: HttpQueueSendResponse) -> Self
Converts to this type from the input type.
Source§impl Hash for HttpQueueSendResponse
impl Hash for HttpQueueSendResponse
Source§impl PartialEq for HttpQueueSendResponse
impl PartialEq for HttpQueueSendResponse
Source§fn eq(&self, other: &HttpQueueSendResponse) -> bool
fn eq(&self, other: &HttpQueueSendResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HttpQueueSendResponse
impl Serialize for HttpQueueSendResponse
impl StructuralPartialEq for HttpQueueSendResponse
Auto Trait Implementations§
impl Freeze for HttpQueueSendResponse
impl RefUnwindSafe for HttpQueueSendResponse
impl Send for HttpQueueSendResponse
impl Sync for HttpQueueSendResponse
impl Unpin for HttpQueueSendResponse
impl UnsafeUnpin for HttpQueueSendResponse
impl UnwindSafe for HttpQueueSendResponse
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