pub struct SeisComment {
pub warning_comment: Option<SeisCommentForm>,
pub forecast_comment: Option<SeisCommentForm>,
pub observation_comment: Option<SeisCommentForm>,
pub var_comment: Option<SeisCommentForm>,
pub free_form_comment: Option<String>,
pub uri: Option<String>,
}Fields§
§warning_comment: Option<SeisCommentForm>警報付加文
警報の固定付加文の諸要素を示す
forecast_comment: Option<SeisCommentForm>予報付加文
予報の固定付加文の諸要素を示す
observation_comment: Option<SeisCommentForm>観測付加文
観測値の固定付加文の諸要素を示す
var_comment: Option<SeisCommentForm>用途限定しない付加文
上記以外の範疇の固定付加文の諸要素を示す
free_form_comment: Option<String>自由付加文
uri: Option<String>参考URI
参考となるURIで、長周期地震動に関する観測情報のみで利用する
Trait Implementations§
Source§impl Clone for SeisComment
impl Clone for SeisComment
Source§fn clone(&self) -> SeisComment
fn clone(&self) -> SeisComment
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 SeisComment
impl Debug for SeisComment
Source§impl<'de> Deserialize<'de> for SeisComment
impl<'de> Deserialize<'de> for SeisComment
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 SeisComment
impl RefUnwindSafe for SeisComment
impl Send for SeisComment
impl Sync for SeisComment
impl Unpin for SeisComment
impl UnsafeUnpin for SeisComment
impl UnwindSafe for SeisComment
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