pub struct willingnessToRelocate;
Trait Implementations§
Source§impl Field for willingnessToRelocate
impl Field for willingnessToRelocate
impl HasInputField<willingnessToRelocate, Option<JSON>> for UpdateUserEAGDetailDataInput
Auto Trait Implementations§
impl Freeze for willingnessToRelocate
impl RefUnwindSafe for willingnessToRelocate
impl Send for willingnessToRelocate
impl Sync for willingnessToRelocate
impl Unpin for willingnessToRelocate
impl UnwindSafe for willingnessToRelocate
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