pub struct SoftwareUpdateConfigurationTasks {
pub pre_task: Option<TaskProperties>,
pub post_task: Option<TaskProperties>,
}Expand description
Task properties of the software update configuration.
Fields§
§pre_task: Option<TaskProperties>Task properties of the software update configuration.
post_task: Option<TaskProperties>Task properties of the software update configuration.
Implementations§
Trait Implementations§
Source§impl Clone for SoftwareUpdateConfigurationTasks
impl Clone for SoftwareUpdateConfigurationTasks
Source§fn clone(&self) -> SoftwareUpdateConfigurationTasks
fn clone(&self) -> SoftwareUpdateConfigurationTasks
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 Default for SoftwareUpdateConfigurationTasks
impl Default for SoftwareUpdateConfigurationTasks
Source§fn default() -> SoftwareUpdateConfigurationTasks
fn default() -> SoftwareUpdateConfigurationTasks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SoftwareUpdateConfigurationTasks
impl<'de> Deserialize<'de> for SoftwareUpdateConfigurationTasks
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 SoftwareUpdateConfigurationTasks
impl PartialEq for SoftwareUpdateConfigurationTasks
Source§fn eq(&self, other: &SoftwareUpdateConfigurationTasks) -> bool
fn eq(&self, other: &SoftwareUpdateConfigurationTasks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SoftwareUpdateConfigurationTasks
Auto Trait Implementations§
impl Freeze for SoftwareUpdateConfigurationTasks
impl RefUnwindSafe for SoftwareUpdateConfigurationTasks
impl Send for SoftwareUpdateConfigurationTasks
impl Sync for SoftwareUpdateConfigurationTasks
impl Unpin for SoftwareUpdateConfigurationTasks
impl UnwindSafe for SoftwareUpdateConfigurationTasks
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