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