pub struct GBizInfoApiV1UpdateInfoQuery {
pub page: Option<String>,
pub from: Option<String>,
pub to: Option<String>,
}
Fields§
§page: Option<String>
検索結果のページ番号:正の整数を設定。 下限値1。
from: Option<String>
検索対象期間の開始日:yyyyMMdd形式を設定。
to: Option<String>
検索対象期間の終了日:yyyyMMdd形式を設定
Implementations§
Trait Implementations§
Source§impl Clone for GBizInfoApiV1UpdateInfoQuery
impl Clone for GBizInfoApiV1UpdateInfoQuery
Source§fn clone(&self) -> GBizInfoApiV1UpdateInfoQuery
fn clone(&self) -> GBizInfoApiV1UpdateInfoQuery
Returns a copy 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 GBizInfoApiV1UpdateInfoQuery
impl Debug for GBizInfoApiV1UpdateInfoQuery
Source§impl Default for GBizInfoApiV1UpdateInfoQuery
impl Default for GBizInfoApiV1UpdateInfoQuery
Source§fn default() -> GBizInfoApiV1UpdateInfoQuery
fn default() -> GBizInfoApiV1UpdateInfoQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GBizInfoApiV1UpdateInfoQuery
impl<'de> Deserialize<'de> for GBizInfoApiV1UpdateInfoQuery
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 GBizInfoApiV1UpdateInfoQuery
impl RefUnwindSafe for GBizInfoApiV1UpdateInfoQuery
impl Send for GBizInfoApiV1UpdateInfoQuery
impl Sync for GBizInfoApiV1UpdateInfoQuery
impl Unpin for GBizInfoApiV1UpdateInfoQuery
impl UnwindSafe for GBizInfoApiV1UpdateInfoQuery
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