pub struct TaskV2 { /* private fields */ }Expand description
TaskV2:任务 API v2 访问入口
Implementations§
Source§impl TaskV2
impl TaskV2
Sourcepub fn custom_field(&self) -> CustomField
pub fn custom_field(&self) -> CustomField
访问自定义字段资源
Sourcepub fn attachment(&self) -> Attachment
pub fn attachment(&self) -> Attachment
访问附件资源
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskV2
impl !RefUnwindSafe for TaskV2
impl Send for TaskV2
impl Sync for TaskV2
impl Unpin for TaskV2
impl UnsafeUnpin for TaskV2
impl !UnwindSafe for TaskV2
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