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