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