pub struct GetCommentRequest { /* private fields */ }Expand description
获取评论请求
Implementations§
Source§impl GetCommentRequest
impl GetCommentRequest
pub fn new(config: Arc<Config>, task_guid: String, comment_guid: String) -> Self
Sourcepub async fn execute(self) -> SDKResult<GetCommentResponse>
pub async fn execute(self) -> SDKResult<GetCommentResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<GetCommentResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<GetCommentResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for GetCommentRequest
impl Clone for GetCommentRequest
Source§fn clone(&self) -> GetCommentRequest
fn clone(&self) -> GetCommentRequest
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 GetCommentRequest
impl !RefUnwindSafe for GetCommentRequest
impl Send for GetCommentRequest
impl Sync for GetCommentRequest
impl Unpin for GetCommentRequest
impl UnsafeUnpin for GetCommentRequest
impl !UnwindSafe for GetCommentRequest
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