pub struct UpdateCommentRequest { /* private fields */ }Expand description
更新评论请求
Implementations§
Source§impl UpdateCommentRequest
impl UpdateCommentRequest
pub fn new(config: Arc<Config>, task_guid: String, comment_guid: String) -> Self
Sourcepub async fn execute(self) -> SDKResult<UpdateCommentResponse>
pub async fn execute(self) -> SDKResult<UpdateCommentResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<UpdateCommentResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<UpdateCommentResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for UpdateCommentRequest
impl Clone for UpdateCommentRequest
Source§fn clone(&self) -> UpdateCommentRequest
fn clone(&self) -> UpdateCommentRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 UpdateCommentRequest
impl !RefUnwindSafe for UpdateCommentRequest
impl Send for UpdateCommentRequest
impl Sync for UpdateCommentRequest
impl Unpin for UpdateCommentRequest
impl UnsafeUnpin for UpdateCommentRequest
impl !UnwindSafe for UpdateCommentRequest
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