pub struct SurveyRegion {
pub id: String,
pub bounds: GeoBounds,
}Expand description
One durable rectangle whose trail corpus should be live in a project.
Fields§
§id: String§bounds: GeoBoundsImplementations§
Trait Implementations§
Source§impl Clone for SurveyRegion
impl Clone for SurveyRegion
Source§fn clone(&self) -> SurveyRegion
fn clone(&self) -> SurveyRegion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SurveyRegion
impl Debug for SurveyRegion
Source§impl<'de> Deserialize<'de> for SurveyRegion
impl<'de> Deserialize<'de> for SurveyRegion
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 SurveyRegion
impl PartialEq for SurveyRegion
Source§impl Serialize for SurveyRegion
impl Serialize for SurveyRegion
impl StructuralPartialEq for SurveyRegion
Auto Trait Implementations§
impl Freeze for SurveyRegion
impl RefUnwindSafe for SurveyRegion
impl Send for SurveyRegion
impl Sync for SurveyRegion
impl Unpin for SurveyRegion
impl UnsafeUnpin for SurveyRegion
impl UnwindSafe for SurveyRegion
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