pub struct GeospatialWholeIslandRawResp {
    pub value: Vec<GeospatialLink>,
}Fields§
§value: Vec<GeospatialLink>Trait Implementations§
source§impl Clone for GeospatialWholeIslandRawResp
 
impl Clone for GeospatialWholeIslandRawResp
source§fn clone(&self) -> GeospatialWholeIslandRawResp
 
fn clone(&self) -> GeospatialWholeIslandRawResp
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 GeospatialWholeIslandRawResp
 
impl Debug for GeospatialWholeIslandRawResp
source§impl<'de> Deserialize<'de> for GeospatialWholeIslandRawResp
 
impl<'de> Deserialize<'de> for GeospatialWholeIslandRawResp
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 From<GeospatialWholeIslandRawResp> for Vec<String>
 
impl From<GeospatialWholeIslandRawResp> for Vec<String>
source§fn from(data: GeospatialWholeIslandRawResp) -> Self
 
fn from(data: GeospatialWholeIslandRawResp) -> Self
Converts to this type from the input type.
source§impl PartialEq for GeospatialWholeIslandRawResp
 
impl PartialEq for GeospatialWholeIslandRawResp
source§fn eq(&self, other: &GeospatialWholeIslandRawResp) -> bool
 
fn eq(&self, other: &GeospatialWholeIslandRawResp) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GeospatialWholeIslandRawResp
Auto Trait Implementations§
impl RefUnwindSafe for GeospatialWholeIslandRawResp
impl Send for GeospatialWholeIslandRawResp
impl Sync for GeospatialWholeIslandRawResp
impl Unpin for GeospatialWholeIslandRawResp
impl UnwindSafe for GeospatialWholeIslandRawResp
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