Struct lta_models::geo::geospatial_whole_island::GeospatialLink
source · pub struct GeospatialLink {
pub link: String,
}
Fields§
§link: String
Trait Implementations§
source§impl Clone for GeospatialLink
impl Clone for GeospatialLink
source§fn clone(&self) -> GeospatialLink
fn clone(&self) -> GeospatialLink
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 GeospatialLink
impl Debug for GeospatialLink
source§impl<'de> Deserialize<'de> for GeospatialLink
impl<'de> Deserialize<'de> for GeospatialLink
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 GeospatialLink
impl PartialEq for GeospatialLink
source§fn eq(&self, other: &GeospatialLink) -> bool
fn eq(&self, other: &GeospatialLink) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GeospatialLink
impl Serialize for GeospatialLink
impl StructuralPartialEq for GeospatialLink
Auto Trait Implementations§
impl RefUnwindSafe for GeospatialLink
impl Send for GeospatialLink
impl Sync for GeospatialLink
impl Unpin for GeospatialLink
impl UnwindSafe for GeospatialLink
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