pub struct SeisForecastCity {
pub name: String,
pub code: String,
}Fields§
§name: String市町村名
市町村名称を示す
code: String市町村コード
市町村のコードを示す
Trait Implementations§
Source§impl Clone for SeisForecastCity
impl Clone for SeisForecastCity
Source§fn clone(&self) -> SeisForecastCity
fn clone(&self) -> SeisForecastCity
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 SeisForecastCity
impl Debug for SeisForecastCity
Source§impl<'de> Deserialize<'de> for SeisForecastCity
impl<'de> Deserialize<'de> for SeisForecastCity
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 SeisForecastCity
impl RefUnwindSafe for SeisForecastCity
impl Send for SeisForecastCity
impl Sync for SeisForecastCity
impl Unpin for SeisForecastCity
impl UnsafeUnpin for SeisForecastCity
impl UnwindSafe for SeisForecastCity
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