pub struct TriggerAuthenticationConfigMapTargetRef {
pub key: String,
pub name: String,
pub parameter: String,
}Expand description
AuthConfigMapTargetRef is used to authenticate using a reference to a config map
Fields§
§key: String§name: String§parameter: StringTrait Implementations§
Source§impl Clone for TriggerAuthenticationConfigMapTargetRef
impl Clone for TriggerAuthenticationConfigMapTargetRef
Source§fn clone(&self) -> TriggerAuthenticationConfigMapTargetRef
fn clone(&self) -> TriggerAuthenticationConfigMapTargetRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TriggerAuthenticationConfigMapTargetRef
impl Default for TriggerAuthenticationConfigMapTargetRef
Source§fn default() -> TriggerAuthenticationConfigMapTargetRef
fn default() -> TriggerAuthenticationConfigMapTargetRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TriggerAuthenticationConfigMapTargetRef
impl<'de> Deserialize<'de> for TriggerAuthenticationConfigMapTargetRef
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 TriggerAuthenticationConfigMapTargetRef
impl PartialEq for TriggerAuthenticationConfigMapTargetRef
Source§fn eq(&self, other: &TriggerAuthenticationConfigMapTargetRef) -> bool
fn eq(&self, other: &TriggerAuthenticationConfigMapTargetRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TriggerAuthenticationConfigMapTargetRef
Auto Trait Implementations§
impl Freeze for TriggerAuthenticationConfigMapTargetRef
impl RefUnwindSafe for TriggerAuthenticationConfigMapTargetRef
impl Send for TriggerAuthenticationConfigMapTargetRef
impl Sync for TriggerAuthenticationConfigMapTargetRef
impl Unpin for TriggerAuthenticationConfigMapTargetRef
impl UnsafeUnpin for TriggerAuthenticationConfigMapTargetRef
impl UnwindSafe for TriggerAuthenticationConfigMapTargetRef
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