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