pub struct TargetRegionEntry {
pub country_code: Option<LangCode>,
pub region_codes: RegionCodes,
}Expand description
An entry in the target_region_descriptor region loop.
Fields§
§country_code: Option<LangCode>Per-entry country_code(24), present iff country_code_flag==1.
region_codes: RegionCodesregion_depth and its region codes.
Trait Implementations§
Source§impl Clone for TargetRegionEntry
impl Clone for TargetRegionEntry
Source§fn clone(&self) -> TargetRegionEntry
fn clone(&self) -> TargetRegionEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TargetRegionEntry
impl Debug for TargetRegionEntry
impl Eq for TargetRegionEntry
Source§impl PartialEq for TargetRegionEntry
impl PartialEq for TargetRegionEntry
Source§impl Serialize for TargetRegionEntry
Available on crate feature serde only.
impl Serialize for TargetRegionEntry
Available on crate feature
serde only.impl StructuralPartialEq for TargetRegionEntry
Auto Trait Implementations§
impl Freeze for TargetRegionEntry
impl RefUnwindSafe for TargetRegionEntry
impl Send for TargetRegionEntry
impl Sync for TargetRegionEntry
impl Unpin for TargetRegionEntry
impl UnsafeUnpin for TargetRegionEntry
impl UnwindSafe for TargetRegionEntry
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