pub struct CreateSectionBody {
pub summary: String,
pub description: Option<String>,
}Expand description
创建分组请求体
Fields§
§summary: String分组标题
description: Option<String>分组描述
Trait Implementations§
Source§impl Clone for CreateSectionBody
impl Clone for CreateSectionBody
Source§fn clone(&self) -> CreateSectionBody
fn clone(&self) -> CreateSectionBody
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 moreSource§impl Debug for CreateSectionBody
impl Debug for CreateSectionBody
Source§impl Default for CreateSectionBody
impl Default for CreateSectionBody
Source§fn default() -> CreateSectionBody
fn default() -> CreateSectionBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateSectionBody
impl RefUnwindSafe for CreateSectionBody
impl Send for CreateSectionBody
impl Sync for CreateSectionBody
impl Unpin for CreateSectionBody
impl UnsafeUnpin for CreateSectionBody
impl UnwindSafe for CreateSectionBody
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