pub struct CityJSONSeq {
pub cj: CityJSON,
pub features: Vec<CityJSONFeature>,
}Fields§
§cj: CityJSON§features: Vec<CityJSONFeature>Auto Trait Implementations§
impl Freeze for CityJSONSeq
impl RefUnwindSafe for CityJSONSeq
impl Send for CityJSONSeq
impl Sync for CityJSONSeq
impl Unpin for CityJSONSeq
impl UnsafeUnpin for CityJSONSeq
impl UnwindSafe for CityJSONSeq
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