pub enum DataGovernance {
Global,
EU,
}Expand description
Describes the location of your feature flag and setting data within the ConfigCat CDN.
Variants§
Global
Select this if your feature flags are published to all global CDN nodes.
EU
Select this if your feature flags are published to CDN nodes only in the EU.
Trait Implementations§
Source§impl Clone for DataGovernance
impl Clone for DataGovernance
Source§fn clone(&self) -> DataGovernance
fn clone(&self) -> DataGovernance
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 DataGovernance
impl Debug for DataGovernance
Source§impl PartialEq for DataGovernance
impl PartialEq for DataGovernance
impl StructuralPartialEq for DataGovernance
Auto Trait Implementations§
impl Freeze for DataGovernance
impl RefUnwindSafe for DataGovernance
impl Send for DataGovernance
impl Sync for DataGovernance
impl Unpin for DataGovernance
impl UnwindSafe for DataGovernance
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