pub enum CountryCode {
Australia,
Belgium,
Denmark,
Italy,
Netherlands,
UnitedKingdom,
UnitedStates,
}Expand description
Country codes for use with SearchParams.
Variants§
Australia
Australia.
Belgium
Belgium (België).
Denmark
Denmark (Danmark).
Italy
Italy (Italia).
Netherlands
The Netherlands (Nederland).
UnitedKingdom
The United Kingdom of Great Britain and Northern Ireland.
UnitedStates
The United States of America.
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 Hash for CountryCode
impl Hash for CountryCode
Source§impl PartialEq for CountryCode
impl PartialEq for CountryCode
Source§impl Serialize for CountryCode
impl Serialize for CountryCode
impl Copy 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