pub struct createUserJobAd;
Trait Implementations§
Source§impl Field for createUserJobAd
impl Field for createUserJobAd
Source§impl HasArgument<data> for createUserJobAd
impl HasArgument<data> for createUserJobAd
Source§type ArgumentType = CreateUserJobAdDataInput
type ArgumentType = CreateUserJobAdDataInput
The schema marker type of this argument.
Source§impl HasField<createUserJobAd> for Mutation
impl HasField<createUserJobAd> for Mutation
Source§type Type = Option<UserJobAdOutput>
type Type = Option<UserJobAdOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createUserJobAd
impl RefUnwindSafe for createUserJobAd
impl Send for createUserJobAd
impl Sync for createUserJobAd
impl Unpin for createUserJobAd
impl UnwindSafe for createUserJobAd
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