pub struct LaunchDarklySettingsInput {
pub project_key: Option<String>,
pub environment: Option<String>,
}Fields§
§project_key: Option<String>The project key of the LaunchDarkly integration.
environment: Option<String>The environment of the LaunchDarkly integration.
Trait Implementations§
Source§impl Clone for LaunchDarklySettingsInput
impl Clone for LaunchDarklySettingsInput
Source§fn clone(&self) -> LaunchDarklySettingsInput
fn clone(&self) -> LaunchDarklySettingsInput
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 LaunchDarklySettingsInput
impl Debug for LaunchDarklySettingsInput
Source§impl Default for LaunchDarklySettingsInput
impl Default for LaunchDarklySettingsInput
Source§fn default() -> LaunchDarklySettingsInput
fn default() -> LaunchDarklySettingsInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LaunchDarklySettingsInput
impl<'de> Deserialize<'de> for LaunchDarklySettingsInput
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 LaunchDarklySettingsInput
impl RefUnwindSafe for LaunchDarklySettingsInput
impl Send for LaunchDarklySettingsInput
impl Sync for LaunchDarklySettingsInput
impl Unpin for LaunchDarklySettingsInput
impl UnwindSafe for LaunchDarklySettingsInput
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