pub struct SingleUserJobAdInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleUserJobAdInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleUserJobAdInput
impl HasInputField<selector, Option<SelectorInput>> for SingleUserJobAdInput
impl InputObjectMarker for SingleUserJobAdInput
Auto Trait Implementations§
impl Freeze for SingleUserJobAdInput
impl RefUnwindSafe for SingleUserJobAdInput
impl Send for SingleUserJobAdInput
impl Sync for SingleUserJobAdInput
impl Unpin for SingleUserJobAdInput
impl UnwindSafe for SingleUserJobAdInput
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