pub struct UserJobAd;
Trait Implementations§
Source§impl HasField<__typename> for UserJobAd
impl HasField<__typename> for UserJobAd
Source§impl HasField<lastUpdated> for UserJobAd
impl HasField<lastUpdated> for UserJobAd
Source§impl HasField<legacyData> for UserJobAd
impl HasField<legacyData> for UserJobAd
Source§impl HasField<reminderSetAt> for UserJobAd
impl HasField<reminderSetAt> for UserJobAd
Source§impl HasField<schemaVersion> for UserJobAd
impl HasField<schemaVersion> for UserJobAd
Auto Trait Implementations§
impl Freeze for UserJobAd
impl RefUnwindSafe for UserJobAd
impl Send for UserJobAd
impl Sync for UserJobAd
impl Unpin for UserJobAd
impl UnwindSafe for UserJobAd
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