pub struct ResponseWorkNotificationSend {
pub task_id: i64,
}Fields§
§task_id: i64创建的异步发送任务ID。
Trait Implementations§
Source§impl Debug for ResponseWorkNotificationSend
impl Debug for ResponseWorkNotificationSend
Source§impl Default for ResponseWorkNotificationSend
impl Default for ResponseWorkNotificationSend
Source§fn default() -> ResponseWorkNotificationSend
fn default() -> ResponseWorkNotificationSend
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponseWorkNotificationSend
impl<'de> Deserialize<'de> for ResponseWorkNotificationSend
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 ResponseWorkNotificationSend
impl RefUnwindSafe for ResponseWorkNotificationSend
impl Send for ResponseWorkNotificationSend
impl Sync for ResponseWorkNotificationSend
impl Unpin for ResponseWorkNotificationSend
impl UnwindSafe for ResponseWorkNotificationSend
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