pub struct SeisCommentForm {
pub code_type: String,
pub text: String,
pub codes: StringList,
}Fields§
§code_type: Stringコード種別
text: String付加文内容
付加文を示す
codes: StringList付加文コード
付加文コードを示す。複数表記の場合はxs:list型を用いること。
Trait Implementations§
Source§impl Clone for SeisCommentForm
impl Clone for SeisCommentForm
Source§fn clone(&self) -> SeisCommentForm
fn clone(&self) -> SeisCommentForm
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 SeisCommentForm
impl Debug for SeisCommentForm
Source§impl<'de> Deserialize<'de> for SeisCommentForm
impl<'de> Deserialize<'de> for SeisCommentForm
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 SeisCommentForm
impl RefUnwindSafe for SeisCommentForm
impl Send for SeisCommentForm
impl Sync for SeisCommentForm
impl Unpin for SeisCommentForm
impl UnsafeUnpin for SeisCommentForm
impl UnwindSafe for SeisCommentForm
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