Struct keshvar::CountryGeoBounds
source · pub struct CountryGeoBounds { /* private fields */ }Expand description
Northeast and southwest GEO bounds for a Country.
Implementations§
source§impl CountryGeoBounds
impl CountryGeoBounds
pub fn northeast(&self) -> CountryGeoBound
pub fn southwest(&self) -> CountryGeoBound
Trait Implementations§
source§impl Clone for CountryGeoBounds
impl Clone for CountryGeoBounds
source§fn clone(&self) -> CountryGeoBounds
fn clone(&self) -> CountryGeoBounds
Returns a copy 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 CountryGeoBounds
impl Debug for CountryGeoBounds
source§impl<'de> Deserialize<'de> for CountryGeoBounds
impl<'de> Deserialize<'de> for CountryGeoBounds
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CountryGeoBounds
impl PartialEq for CountryGeoBounds
source§fn eq(&self, other: &CountryGeoBounds) -> bool
fn eq(&self, other: &CountryGeoBounds) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CountryGeoBounds
impl Serialize for CountryGeoBounds
impl Copy for CountryGeoBounds
impl StructuralPartialEq for CountryGeoBounds
Auto Trait Implementations§
impl RefUnwindSafe for CountryGeoBounds
impl Send for CountryGeoBounds
impl Sync for CountryGeoBounds
impl Unpin for CountryGeoBounds
impl UnwindSafe for CountryGeoBounds
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