pub struct DeleteCommentRequest { /* private fields */ }Expand description
删除评论请求
Implementations§
Source§impl DeleteCommentRequest
impl DeleteCommentRequest
Sourcepub async fn execute(self) -> SDKResult<DeleteCommentResponse>
pub async fn execute(self) -> SDKResult<DeleteCommentResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<DeleteCommentResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<DeleteCommentResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for DeleteCommentRequest
impl Clone for DeleteCommentRequest
Source§fn clone(&self) -> DeleteCommentRequest
fn clone(&self) -> DeleteCommentRequest
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 DeleteCommentRequest
impl !RefUnwindSafe for DeleteCommentRequest
impl Send for DeleteCommentRequest
impl Sync for DeleteCommentRequest
impl Unpin for DeleteCommentRequest
impl UnsafeUnpin for DeleteCommentRequest
impl !UnwindSafe for DeleteCommentRequest
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