pub enum CJType {
Normal(CityJSON),
Seq(CityJSONSeq),
}Variants§
Normal(CityJSON)
Seq(CityJSONSeq)
Auto Trait Implementations§
impl Freeze for CJType
impl RefUnwindSafe for CJType
impl Send for CJType
impl Sync for CJType
impl Unpin for CJType
impl UnsafeUnpin for CJType
impl UnwindSafe for CJType
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