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