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