pub struct WorkplaceInfoBean {
pub base_infos: Option<WorkplaceBaseInfos>,
pub compatibility_of_childcare_and_work: Option<CompatibilityOfChildcareAndWork>,
pub women_activity_infos: Option<WomenActivityInfos>,
}
Expand description
職場情報
Fields§
§base_infos: Option<WorkplaceBaseInfos>
勤務基本情報
compatibility_of_childcare_and_work: Option<CompatibilityOfChildcareAndWork>
育児・仕事の両立に関する情報
women_activity_infos: Option<WomenActivityInfos>
女性の活躍に関する情報
Trait Implementations§
Source§impl Clone for WorkplaceInfoBean
impl Clone for WorkplaceInfoBean
Source§fn clone(&self) -> WorkplaceInfoBean
fn clone(&self) -> WorkplaceInfoBean
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 WorkplaceInfoBean
impl Debug for WorkplaceInfoBean
Source§impl Default for WorkplaceInfoBean
impl Default for WorkplaceInfoBean
Source§fn default() -> WorkplaceInfoBean
fn default() -> WorkplaceInfoBean
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkplaceInfoBean
impl<'de> Deserialize<'de> for WorkplaceInfoBean
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 WorkplaceInfoBean
impl RefUnwindSafe for WorkplaceInfoBean
impl Send for WorkplaceInfoBean
impl Sync for WorkplaceInfoBean
impl Unpin for WorkplaceInfoBean
impl UnwindSafe for WorkplaceInfoBean
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