pub struct ResponseAsyncSendResult {
pub send_result: AsyncSendResult,
}Fields§
§send_result: AsyncSendResult返回结果
Trait Implementations§
Source§impl Debug for ResponseAsyncSendResult
impl Debug for ResponseAsyncSendResult
Source§impl Default for ResponseAsyncSendResult
impl Default for ResponseAsyncSendResult
Source§fn default() -> ResponseAsyncSendResult
fn default() -> ResponseAsyncSendResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponseAsyncSendResult
impl<'de> Deserialize<'de> for ResponseAsyncSendResult
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 ResponseAsyncSendResult
impl RefUnwindSafe for ResponseAsyncSendResult
impl Send for ResponseAsyncSendResult
impl Sync for ResponseAsyncSendResult
impl Unpin for ResponseAsyncSendResult
impl UnwindSafe for ResponseAsyncSendResult
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