pub struct updateUserEAGDetail;
Trait Implementations§
Source§impl Field for updateUserEAGDetail
impl Field for updateUserEAGDetail
Source§impl HasArgument<data> for updateUserEAGDetail
impl HasArgument<data> for updateUserEAGDetail
Source§type ArgumentType = UpdateUserEAGDetailDataInput
type ArgumentType = UpdateUserEAGDetailDataInput
The schema marker type of this argument.
Source§impl HasArgument<selector> for updateUserEAGDetail
impl HasArgument<selector> for updateUserEAGDetail
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Source§impl HasField<updateUserEAGDetail> for Mutation
impl HasField<updateUserEAGDetail> for Mutation
Source§type Type = Option<UserEAGDetailOutput>
type Type = Option<UserEAGDetailOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateUserEAGDetail
impl RefUnwindSafe for updateUserEAGDetail
impl Send for updateUserEAGDetail
impl Sync for updateUserEAGDetail
impl Unpin for updateUserEAGDetail
impl UnwindSafe for updateUserEAGDetail
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