pub struct TaskAgentPoolMaintenanceOptions {
pub working_directory_expiration_in_days: Option<i32>,
}Fields§
§working_directory_expiration_in_days: Option<i32>time to consider a System.DefaultWorkingDirectory is stale
Implementations§
Trait Implementations§
Source§impl Clone for TaskAgentPoolMaintenanceOptions
impl Clone for TaskAgentPoolMaintenanceOptions
Source§fn clone(&self) -> TaskAgentPoolMaintenanceOptions
fn clone(&self) -> TaskAgentPoolMaintenanceOptions
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 Default for TaskAgentPoolMaintenanceOptions
impl Default for TaskAgentPoolMaintenanceOptions
Source§fn default() -> TaskAgentPoolMaintenanceOptions
fn default() -> TaskAgentPoolMaintenanceOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskAgentPoolMaintenanceOptions
impl<'de> Deserialize<'de> for TaskAgentPoolMaintenanceOptions
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 TaskAgentPoolMaintenanceOptions
impl PartialEq for TaskAgentPoolMaintenanceOptions
Source§fn eq(&self, other: &TaskAgentPoolMaintenanceOptions) -> bool
fn eq(&self, other: &TaskAgentPoolMaintenanceOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TaskAgentPoolMaintenanceOptions
Auto Trait Implementations§
impl Freeze for TaskAgentPoolMaintenanceOptions
impl RefUnwindSafe for TaskAgentPoolMaintenanceOptions
impl Send for TaskAgentPoolMaintenanceOptions
impl Sync for TaskAgentPoolMaintenanceOptions
impl Unpin for TaskAgentPoolMaintenanceOptions
impl UnwindSafe for TaskAgentPoolMaintenanceOptions
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