pub struct MeteIsobarPart {
pub pressure: EbPressure,
pub line: Option<EbCoordinate>,
pub polygon: Option<EbCoordinate>,
}Fields§
§pressure: EbPressure気圧
等圧線の気圧を示す
line: Option<EbCoordinate>線
等圧線の座標を示す(閉じていない場合)
polygon: Option<EbCoordinate>多角形
等圧線の座標を示す(閉じている場合)
Trait Implementations§
Source§impl Clone for MeteIsobarPart
impl Clone for MeteIsobarPart
Source§fn clone(&self) -> MeteIsobarPart
fn clone(&self) -> MeteIsobarPart
Returns a duplicate 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 MeteIsobarPart
impl Debug for MeteIsobarPart
Source§impl<'de> Deserialize<'de> for MeteIsobarPart
impl<'de> Deserialize<'de> for MeteIsobarPart
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
Auto Trait Implementations§
impl Freeze for MeteIsobarPart
impl RefUnwindSafe for MeteIsobarPart
impl Send for MeteIsobarPart
impl Sync for MeteIsobarPart
impl Unpin for MeteIsobarPart
impl UnsafeUnpin for MeteIsobarPart
impl UnwindSafe for MeteIsobarPart
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