pub struct FeatureGateEvaluationOptions {
pub disable_exposure_logging: bool,
}
Fields§
§disable_exposure_logging: bool
Trait Implementations§
Source§impl Clone for FeatureGateEvaluationOptions
impl Clone for FeatureGateEvaluationOptions
Source§fn clone(&self) -> FeatureGateEvaluationOptions
fn clone(&self) -> FeatureGateEvaluationOptions
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 FeatureGateEvaluationOptions
impl Debug for FeatureGateEvaluationOptions
Source§impl Default for FeatureGateEvaluationOptions
impl Default for FeatureGateEvaluationOptions
Source§fn default() -> FeatureGateEvaluationOptions
fn default() -> FeatureGateEvaluationOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FeatureGateEvaluationOptions
impl<'de> Deserialize<'de> for FeatureGateEvaluationOptions
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 From<ParameterStoreEvaluationOptions> for FeatureGateEvaluationOptions
impl From<ParameterStoreEvaluationOptions> for FeatureGateEvaluationOptions
Source§fn from(opts: ParameterStoreEvaluationOptions) -> Self
fn from(opts: ParameterStoreEvaluationOptions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FeatureGateEvaluationOptions
impl RefUnwindSafe for FeatureGateEvaluationOptions
impl Send for FeatureGateEvaluationOptions
impl Sync for FeatureGateEvaluationOptions
impl Unpin for FeatureGateEvaluationOptions
impl UnwindSafe for FeatureGateEvaluationOptions
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