#[repr(i32)]pub enum CountryRegionSettingsType {
Page = 0,
Directory = 1,
Domain = 2,
Subdomain = 3,
}Expand description
Scope of geographic targeting
Variants§
Page = 0
Target a single page
Directory = 1
Target a directory and all its contents
Domain = 2
Target the entire domain
Subdomain = 3
Target a subdomain
Trait Implementations§
Source§impl Clone for CountryRegionSettingsType
impl Clone for CountryRegionSettingsType
Source§fn clone(&self) -> CountryRegionSettingsType
fn clone(&self) -> CountryRegionSettingsType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CountryRegionSettingsType
impl Debug for CountryRegionSettingsType
Source§impl<'de> Deserialize<'de> for CountryRegionSettingsType
impl<'de> Deserialize<'de> for CountryRegionSettingsType
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
impl Copy for CountryRegionSettingsType
Auto Trait Implementations§
impl Freeze for CountryRegionSettingsType
impl RefUnwindSafe for CountryRegionSettingsType
impl Send for CountryRegionSettingsType
impl Sync for CountryRegionSettingsType
impl Unpin for CountryRegionSettingsType
impl UnwindSafe for CountryRegionSettingsType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)