pub struct UpdateSectionArgs {
pub name: String,
}
Expand description
Section update arguments
Fields§
§name: String
Trait Implementations§
Source§impl Debug for UpdateSectionArgs
impl Debug for UpdateSectionArgs
Source§impl Default for UpdateSectionArgs
impl Default for UpdateSectionArgs
Source§fn default() -> UpdateSectionArgs
fn default() -> UpdateSectionArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateSectionArgs
impl RefUnwindSafe for UpdateSectionArgs
impl Send for UpdateSectionArgs
impl Sync for UpdateSectionArgs
impl Unpin for UpdateSectionArgs
impl UnwindSafe for UpdateSectionArgs
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