Struct gitlab::types::PipelineVariable [−][src]
pub struct PipelineVariable {
pub key: String,
pub value: String,
pub variable_type: PipelineVariableType,
}
Expand description
A pipeline variable.
Fields
key: String
Name of the variable.
value: String
Value of the variable.
variable_type: PipelineVariableType
Type of the variable (eg. env_var
).
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PipelineVariable
impl Send for PipelineVariable
impl Sync for PipelineVariable
impl Unpin for PipelineVariable
impl UnwindSafe for PipelineVariable
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more