pub struct ApiAuthApiKeyConfig {
pub api_key_secret_version: Option<String>,
pub api_key_string: Option<String>,
}Expand description
Deprecated: API auth key config.
Fields§
§api_key_secret_version: Option<String>§api_key_string: Option<String>Trait Implementations§
Source§impl Clone for ApiAuthApiKeyConfig
impl Clone for ApiAuthApiKeyConfig
Source§fn clone(&self) -> ApiAuthApiKeyConfig
fn clone(&self) -> ApiAuthApiKeyConfig
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 Debug for ApiAuthApiKeyConfig
impl Debug for ApiAuthApiKeyConfig
Source§impl Default for ApiAuthApiKeyConfig
impl Default for ApiAuthApiKeyConfig
Source§fn default() -> ApiAuthApiKeyConfig
fn default() -> ApiAuthApiKeyConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiAuthApiKeyConfig
impl<'de> Deserialize<'de> for ApiAuthApiKeyConfig
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
Auto Trait Implementations§
impl Freeze for ApiAuthApiKeyConfig
impl RefUnwindSafe for ApiAuthApiKeyConfig
impl Send for ApiAuthApiKeyConfig
impl Sync for ApiAuthApiKeyConfig
impl Unpin for ApiAuthApiKeyConfig
impl UnsafeUnpin for ApiAuthApiKeyConfig
impl UnwindSafe for ApiAuthApiKeyConfig
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