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