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