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