pub struct Regions;Implementations§
Source§impl Regions
impl Regions
pub const SINGAPORE: (&str, f64, f64)
pub const EUROPE_FINANCE: (&str, f64, f64)
pub const EUROPE: (&str, f64, f64)
pub const HONG_KONG: (&str, f64, f64)
pub const SINGAPORE_FINANCE: (&str, f64, f64)
pub const HONG_KONG_FINANCE: (&str, f64, f64)
pub const INDIA: (&str, f64, f64)
pub const UNITED_STATES_FINANCE: (&str, f64, f64)
pub const UNITED_STATES: (&str, f64, f64)
pub const INDIA_FINANCE: (&str, f64, f64)
pub fn demo_regions() -> Vec<(&'static str, f64, f64)>
pub fn regions() -> Vec<(&'static str, f64, f64)>
pub fn demo_regions_str() -> Vec<&'static str>
pub fn regions_str() -> Vec<&'static str>
Auto Trait Implementations§
impl Freeze for Regions
impl RefUnwindSafe for Regions
impl Send for Regions
impl Sync for Regions
impl Unpin for Regions
impl UnsafeUnpin for Regions
impl UnwindSafe for Regions
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