pub struct CreateProjectVariable<'a> { /* private fields */ }
Expand description
Add a variable to a project.
Implementations§
source§impl<'a> CreateProjectVariable<'a>
impl<'a> CreateProjectVariable<'a>
sourcepub fn builder() -> CreateProjectVariableBuilder<'a>
pub fn builder() -> CreateProjectVariableBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Clone for CreateProjectVariable<'a>
impl<'a> Clone for CreateProjectVariable<'a>
source§fn clone(&self) -> CreateProjectVariable<'a>
fn clone(&self) -> CreateProjectVariable<'a>
Returns a copy 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 more