pub struct CreateProjectParams {
pub create_project_details: CreateProjectDetails,
}
Expand description
struct for passing parameters to the method create_project
Fields§
§create_project_details: CreateProjectDetails
The JSON representation of the project being created.
Trait Implementations§
Source§impl Clone for CreateProjectParams
impl Clone for CreateProjectParams
Source§fn clone(&self) -> CreateProjectParams
fn clone(&self) -> CreateProjectParams
Returns a duplicate of the value. Read more
1.0.0 · 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 CreateProjectParams
impl Debug for CreateProjectParams
Source§impl Default for CreateProjectParams
impl Default for CreateProjectParams
Source§fn default() -> CreateProjectParams
fn default() -> CreateProjectParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateProjectParams
impl RefUnwindSafe for CreateProjectParams
impl Send for CreateProjectParams
impl Sync for CreateProjectParams
impl Unpin for CreateProjectParams
impl UnwindSafe for CreateProjectParams
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