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