pub struct UserJobAdOutput;
Trait Implementations§
Source§impl HasField<__typename> for UserJobAdOutput
impl HasField<__typename> for UserJobAdOutput
Source§impl HasField<data> for UserJobAdOutput
impl HasField<data> for UserJobAdOutput
Auto Trait Implementations§
impl Freeze for UserJobAdOutput
impl RefUnwindSafe for UserJobAdOutput
impl Send for UserJobAdOutput
impl Sync for UserJobAdOutput
impl Unpin for UserJobAdOutput
impl UnwindSafe for UserJobAdOutput
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