pub struct TaskAgentJobVariable {
pub name: Option<String>,
pub secret: Option<bool>,
pub value: Option<String>,
}Fields§
§name: Option<String>§secret: Option<bool>§value: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for TaskAgentJobVariable
impl Clone for TaskAgentJobVariable
Source§fn clone(&self) -> TaskAgentJobVariable
fn clone(&self) -> TaskAgentJobVariable
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 moreSource§impl Debug for TaskAgentJobVariable
impl Debug for TaskAgentJobVariable
Source§impl Default for TaskAgentJobVariable
impl Default for TaskAgentJobVariable
Source§fn default() -> TaskAgentJobVariable
fn default() -> TaskAgentJobVariable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskAgentJobVariable
impl<'de> Deserialize<'de> for TaskAgentJobVariable
Source§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
Source§impl PartialEq for TaskAgentJobVariable
impl PartialEq for TaskAgentJobVariable
Source§impl Serialize for TaskAgentJobVariable
impl Serialize for TaskAgentJobVariable
impl StructuralPartialEq for TaskAgentJobVariable
Auto Trait Implementations§
impl Freeze for TaskAgentJobVariable
impl RefUnwindSafe for TaskAgentJobVariable
impl Send for TaskAgentJobVariable
impl Sync for TaskAgentJobVariable
impl Unpin for TaskAgentJobVariable
impl UnwindSafe for TaskAgentJobVariable
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