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