pub struct UserEAGDetail;
Trait Implementations§
Source§impl HasField<__typename> for UserEAGDetail
impl HasField<__typename> for UserEAGDetail
Source§impl HasField<_id> for UserEAGDetail
impl HasField<_id> for UserEAGDetail
Source§impl HasField<careerStage> for UserEAGDetail
impl HasField<careerStage> for UserEAGDetail
Source§impl HasField<countryOrRegion> for UserEAGDetail
impl HasField<countryOrRegion> for UserEAGDetail
Source§impl HasField<createdAt> for UserEAGDetail
impl HasField<createdAt> for UserEAGDetail
Source§impl HasField<experiencedIn> for UserEAGDetail
impl HasField<experiencedIn> for UserEAGDetail
Source§impl HasField<interestedIn> for UserEAGDetail
impl HasField<interestedIn> for UserEAGDetail
Source§impl HasField<lastUpdated> for UserEAGDetail
impl HasField<lastUpdated> for UserEAGDetail
Source§impl HasField<legacyData> for UserEAGDetail
impl HasField<legacyData> for UserEAGDetail
Source§impl HasField<nearestCity> for UserEAGDetail
impl HasField<nearestCity> for UserEAGDetail
Source§impl HasField<schemaVersion> for UserEAGDetail
impl HasField<schemaVersion> for UserEAGDetail
Source§impl HasField<user> for UserEAGDetail
impl HasField<user> for UserEAGDetail
Source§impl HasField<userId> for UserEAGDetail
impl HasField<userId> for UserEAGDetail
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