pub struct SectionUpdateData {
pub name: Option<String>,
}Expand description
Payload for updating a section.
Fields§
§name: Option<String>New section name.
Trait Implementations§
Source§impl Clone for SectionUpdateData
impl Clone for SectionUpdateData
Source§fn clone(&self) -> SectionUpdateData
fn clone(&self) -> SectionUpdateData
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 SectionUpdateData
impl Debug for SectionUpdateData
Source§impl Default for SectionUpdateData
impl Default for SectionUpdateData
Source§fn default() -> SectionUpdateData
fn default() -> SectionUpdateData
Returns the “default value” for a type. Read more
impl Eq for SectionUpdateData
Source§impl PartialEq for SectionUpdateData
impl PartialEq for SectionUpdateData
Source§impl Serialize for SectionUpdateData
impl Serialize for SectionUpdateData
impl StructuralPartialEq for SectionUpdateData
Auto Trait Implementations§
impl Freeze for SectionUpdateData
impl RefUnwindSafe for SectionUpdateData
impl Send for SectionUpdateData
impl Sync for SectionUpdateData
impl Unpin for SectionUpdateData
impl UnsafeUnpin for SectionUpdateData
impl UnwindSafe for SectionUpdateData
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