pub enum WellKnownCountry {
CA,
JP,
KR,
UK,
US,
}Variants§
Trait Implementations§
Source§impl Clone for WellKnownCountry
impl Clone for WellKnownCountry
Source§fn clone(&self) -> WellKnownCountry
fn clone(&self) -> WellKnownCountry
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 WellKnownCountry
impl Debug for WellKnownCountry
Source§impl Display for WellKnownCountry
impl Display for WellKnownCountry
Source§impl FromStr for WellKnownCountry
impl FromStr for WellKnownCountry
Source§impl PartialEq for WellKnownCountry
impl PartialEq for WellKnownCountry
impl Copy for WellKnownCountry
impl Eq for WellKnownCountry
impl StructuralPartialEq for WellKnownCountry
Auto Trait Implementations§
impl Freeze for WellKnownCountry
impl RefUnwindSafe for WellKnownCountry
impl Send for WellKnownCountry
impl Sync for WellKnownCountry
impl Unpin for WellKnownCountry
impl UnwindSafe for WellKnownCountry
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