pub struct ProjectVariable<'a> { /* private fields */ }
Expand description
Get the variable from a project.
Implementations§
source§impl<'a> ProjectVariable<'a>
impl<'a> ProjectVariable<'a>
sourcepub fn builder() -> ProjectVariableBuilder<'a>
pub fn builder() -> ProjectVariableBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Clone for ProjectVariable<'a>
impl<'a> Clone for ProjectVariable<'a>
source§fn clone(&self) -> ProjectVariable<'a>
fn clone(&self) -> ProjectVariable<'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