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