pub struct CountryCode(pub CountryCode);Tuple Fields§
§0: CountryCodeImplementations§
Source§impl CountryCode
impl CountryCode
pub fn is_default(&self) -> bool
Methods from Deref<Target = CountryCodeInner>§
pub const VARS: &'static [CountryCode]
Trait Implementations§
Source§impl Clone for CountryCode
impl Clone for CountryCode
Source§fn clone(&self) -> CountryCode
fn clone(&self) -> CountryCode
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 CountryCode
impl Debug for CountryCode
Source§impl Default for CountryCode
impl Default for CountryCode
Source§impl Deref for CountryCode
impl Deref for CountryCode
Source§impl Hash for CountryCode
impl Hash for CountryCode
Source§impl PartialEq for CountryCode
impl PartialEq for CountryCode
impl Eq for CountryCode
impl StructuralPartialEq for CountryCode
Auto Trait Implementations§
impl Freeze for CountryCode
impl RefUnwindSafe for CountryCode
impl Send for CountryCode
impl Sync for CountryCode
impl Unpin for CountryCode
impl UnwindSafe for CountryCode
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