pub struct GoogleChromePolicyVersionsV1AdditionalTargetKeyName {
pub key: Option<String>,
pub key_description: Option<String>,
}Expand description
Additional key names that will be used to identify the target of the policy value.
This type is not used in any activity, and only used as part of another schema.
Fields§
§key: Option<String>Key name.
key_description: Option<String>Key description.
Trait Implementations§
Source§impl Clone for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl Clone for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
Source§fn clone(&self) -> GoogleChromePolicyVersionsV1AdditionalTargetKeyName
fn clone(&self) -> GoogleChromePolicyVersionsV1AdditionalTargetKeyName
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 GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl Default for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
Source§fn default() -> GoogleChromePolicyVersionsV1AdditionalTargetKeyName
fn default() -> GoogleChromePolicyVersionsV1AdditionalTargetKeyName
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl<'de> Deserialize<'de> for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
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
impl Part for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
Auto Trait Implementations§
impl Freeze for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl RefUnwindSafe for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl Send for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl Sync for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl Unpin for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
impl UnwindSafe for GoogleChromePolicyVersionsV1AdditionalTargetKeyName
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