pub enum IpApiLanguage {
De,
En,
Es,
Fr,
Ja,
PtBr,
Ru,
ZhCn,
}
Expand description
Represents all available languages for IpData
Variants§
De
Deutsch (German)
En
English (default)
Es
Español (Spanish)
Fr
Français (French)
Ja
日本語 (Japanese)
PtBr
Português - Brasil (Portuguese - Brasil)
Ru
Русский (Russian)
ZhCn
中国 (Chinese)
Trait Implementations§
Source§impl Clone for IpApiLanguage
impl Clone for IpApiLanguage
Source§fn clone(&self) -> IpApiLanguage
fn clone(&self) -> IpApiLanguage
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for IpApiLanguage
impl RefUnwindSafe for IpApiLanguage
impl Send for IpApiLanguage
impl Sync for IpApiLanguage
impl Unpin for IpApiLanguage
impl UnwindSafe for IpApiLanguage
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