pub struct CreateSectionRequest { /* private fields */ }Expand description
创建分组请求
Implementations§
Source§impl CreateSectionRequest
impl CreateSectionRequest
Sourcepub fn description(self, description: impl Into<String>) -> Self
pub fn description(self, description: impl Into<String>) -> Self
设置分组描述
Sourcepub async fn execute(self) -> SDKResult<CreateSectionResponse>
pub async fn execute(self) -> SDKResult<CreateSectionResponse>
执行请求
Sourcepub async fn execute_with_options(
self,
option: RequestOption,
) -> SDKResult<CreateSectionResponse>
pub async fn execute_with_options( self, option: RequestOption, ) -> SDKResult<CreateSectionResponse>
执行请求(带选项)
Trait Implementations§
Source§impl Clone for CreateSectionRequest
impl Clone for CreateSectionRequest
Source§fn clone(&self) -> CreateSectionRequest
fn clone(&self) -> CreateSectionRequest
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 CreateSectionRequest
impl !RefUnwindSafe for CreateSectionRequest
impl Send for CreateSectionRequest
impl Sync for CreateSectionRequest
impl Unpin for CreateSectionRequest
impl UnsafeUnpin for CreateSectionRequest
impl !UnwindSafe for CreateSectionRequest
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