Struct keshvar::SubdivisionGeo
source · pub struct SubdivisionGeo { /* private fields */ }Expand description
GEO information for a Subdivision.
Implementations§
Trait Implementations§
source§impl Clone for SubdivisionGeo
impl Clone for SubdivisionGeo
source§fn clone(&self) -> SubdivisionGeo
fn clone(&self) -> SubdivisionGeo
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 SubdivisionGeo
impl Debug for SubdivisionGeo
source§impl<'de> Deserialize<'de> for SubdivisionGeo
impl<'de> Deserialize<'de> for SubdivisionGeo
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 SubdivisionGeo
impl PartialEq for SubdivisionGeo
source§fn eq(&self, other: &SubdivisionGeo) -> bool
fn eq(&self, other: &SubdivisionGeo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SubdivisionGeo
impl Serialize for SubdivisionGeo
impl Copy for SubdivisionGeo
impl StructuralPartialEq for SubdivisionGeo
Auto Trait Implementations§
impl RefUnwindSafe for SubdivisionGeo
impl Send for SubdivisionGeo
impl Sync for SubdivisionGeo
impl Unpin for SubdivisionGeo
impl UnwindSafe for SubdivisionGeo
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