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