pub struct UpdateUserEAGDetailDataInput;
Trait Implementations§
impl HasInputField<careerStage, Option<Vec<Option<String>>>> for UpdateUserEAGDetailDataInput
impl HasInputField<countryOrRegion, Option<String>> for UpdateUserEAGDetailDataInput
impl HasInputField<data, UpdateUserEAGDetailDataInput> for UpdateUserEAGDetailInput
impl HasInputField<experiencedIn, Option<Vec<Option<String>>>> for UpdateUserEAGDetailDataInput
impl HasInputField<interestedIn, Option<Vec<Option<String>>>> for UpdateUserEAGDetailDataInput
impl HasInputField<lastUpdated, Option<Date>> for UpdateUserEAGDetailDataInput
impl HasInputField<legacyData, Option<JSON>> for UpdateUserEAGDetailDataInput
impl HasInputField<nearestCity, Option<String>> for UpdateUserEAGDetailDataInput
impl HasInputField<willingnessToRelocate, Option<JSON>> for UpdateUserEAGDetailDataInput
impl InputObjectMarker for UpdateUserEAGDetailDataInput
Auto Trait Implementations§
impl Freeze for UpdateUserEAGDetailDataInput
impl RefUnwindSafe for UpdateUserEAGDetailDataInput
impl Send for UpdateUserEAGDetailDataInput
impl Sync for UpdateUserEAGDetailDataInput
impl Unpin for UpdateUserEAGDetailDataInput
impl UnwindSafe for UpdateUserEAGDetailDataInput
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