pub struct userJobAd;
Trait Implementations§
Source§impl HasArgument<input> for userJobAd
impl HasArgument<input> for userJobAd
Source§type ArgumentType = Option<SingleUserJobAdInput>
type ArgumentType = Option<SingleUserJobAdInput>
The schema marker type of this argument.
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