pub struct CreateTaskReminderRequestV1 { /* private fields */ }Expand description
创建任务提醒请求(v1) 创建任务提醒请求构建器。
Implementations§
Source§impl CreateTaskReminderRequestV1
impl CreateTaskReminderRequestV1
Sourcepub fn trigger_time(self, trigger_time: i64) -> Self
pub fn trigger_time(self, trigger_time: i64) -> Self
设置提醒时间(Unix 时间戳)
Sourcepub async fn execute(self) -> SDKResult<CreateTaskReminderResponseV1>
pub async fn execute(self) -> SDKResult<CreateTaskReminderResponseV1>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<CreateTaskReminderResponseV1>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<CreateTaskReminderResponseV1>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for CreateTaskReminderRequestV1
impl Clone for CreateTaskReminderRequestV1
Source§fn clone(&self) -> CreateTaskReminderRequestV1
fn clone(&self) -> CreateTaskReminderRequestV1
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 moreAuto Trait Implementations§
impl Freeze for CreateTaskReminderRequestV1
impl !RefUnwindSafe for CreateTaskReminderRequestV1
impl Send for CreateTaskReminderRequestV1
impl Sync for CreateTaskReminderRequestV1
impl Unpin for CreateTaskReminderRequestV1
impl UnsafeUnpin for CreateTaskReminderRequestV1
impl !UnwindSafe for CreateTaskReminderRequestV1
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