pub struct UpdateUserEAGDetailInput;
Trait Implementations§
impl HasInputField<data, UpdateUserEAGDetailDataInput> for UpdateUserEAGDetailInput
impl HasInputField<selector, SelectorInput> for UpdateUserEAGDetailInput
impl InputObjectMarker for UpdateUserEAGDetailInput
Auto Trait Implementations§
impl Freeze for UpdateUserEAGDetailInput
impl RefUnwindSafe for UpdateUserEAGDetailInput
impl Send for UpdateUserEAGDetailInput
impl Sync for UpdateUserEAGDetailInput
impl Unpin for UpdateUserEAGDetailInput
impl UnwindSafe for UpdateUserEAGDetailInput
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