pub struct TaskProperties {
pub parameters: Option<Value>,
pub source: Option<String>,
}Expand description
Task properties of the software update configuration.
Fields§
§parameters: Option<Value>Gets or sets the parameters of the task.
source: Option<String>Gets or sets the name of the runbook.
Implementations§
Trait Implementations§
Source§impl Clone for TaskProperties
impl Clone for TaskProperties
Source§fn clone(&self) -> TaskProperties
fn clone(&self) -> TaskProperties
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 TaskProperties
impl Debug for TaskProperties
Source§impl Default for TaskProperties
impl Default for TaskProperties
Source§fn default() -> TaskProperties
fn default() -> TaskProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskProperties
impl<'de> Deserialize<'de> for TaskProperties
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 TaskProperties
impl PartialEq for TaskProperties
Source§impl Serialize for TaskProperties
impl Serialize for TaskProperties
impl StructuralPartialEq for TaskProperties
Auto Trait Implementations§
impl Freeze for TaskProperties
impl RefUnwindSafe for TaskProperties
impl Send for TaskProperties
impl Sync for TaskProperties
impl Unpin for TaskProperties
impl UnwindSafe for TaskProperties
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