pub struct MultiUserJobAdInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiUserJobAdInput
impl HasInputField<enableTotal, Option<bool>> for MultiUserJobAdInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiUserJobAdInput
impl HasInputField<terms, Option<JSON>> for MultiUserJobAdInput
impl InputObjectMarker for MultiUserJobAdInput
Auto Trait Implementations§
impl Freeze for MultiUserJobAdInput
impl RefUnwindSafe for MultiUserJobAdInput
impl Send for MultiUserJobAdInput
impl Sync for MultiUserJobAdInput
impl Unpin for MultiUserJobAdInput
impl UnwindSafe for MultiUserJobAdInput
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