Struct dlsite::product_api::interface::ReserveWork
source · pub struct ReserveWork {
pub workno: String,
pub status: String,
pub start_date: String,
pub end_date: Option<String>,
pub bonus_workno: Option<String>,
pub bonus_end_date: Option<String>,
pub tag: Option<String>,
pub display_order: String,
pub note: Option<String>,
pub del_flg: String,
pub update_date: String,
pub insert_date: String,
}Fields§
§workno: String§status: String§start_date: String§end_date: Option<String>§bonus_workno: Option<String>§bonus_end_date: Option<String>§tag: Option<String>§display_order: String§note: Option<String>§del_flg: String§update_date: String§insert_date: StringTrait Implementations§
source§impl Clone for ReserveWork
impl Clone for ReserveWork
source§fn clone(&self) -> ReserveWork
fn clone(&self) -> ReserveWork
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 ReserveWork
impl Debug for ReserveWork
source§impl Default for ReserveWork
impl Default for ReserveWork
source§fn default() -> ReserveWork
fn default() -> ReserveWork
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReserveWork
impl<'de> Deserialize<'de> for ReserveWork
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
source§impl PartialEq<ReserveWork> for ReserveWork
impl PartialEq<ReserveWork> for ReserveWork
source§fn eq(&self, other: &ReserveWork) -> bool
fn eq(&self, other: &ReserveWork) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ReserveWork
impl Serialize for ReserveWork
impl StructuralPartialEq for ReserveWork
Auto Trait Implementations§
impl RefUnwindSafe for ReserveWork
impl Send for ReserveWork
impl Sync for ReserveWork
impl Unpin for ReserveWork
impl UnwindSafe for ReserveWork
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