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