pub struct PolygonFeature {
pub key: &'static str,
pub polygon: &'static str,
pub values: Vec<&'static str>,
}
Fields§
§key: &'static str
§polygon: &'static str
§values: Vec<&'static str>
Auto Trait Implementations§
impl Freeze for PolygonFeature
impl RefUnwindSafe for PolygonFeature
impl Send for PolygonFeature
impl Sync for PolygonFeature
impl Unpin for PolygonFeature
impl UnwindSafe for PolygonFeature
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