pub struct CreateUserJobAdInput;
Trait Implementations§
impl HasInputField<data, CreateUserJobAdDataInput> for CreateUserJobAdInput
impl InputObjectMarker for CreateUserJobAdInput
Auto Trait Implementations§
impl Freeze for CreateUserJobAdInput
impl RefUnwindSafe for CreateUserJobAdInput
impl Send for CreateUserJobAdInput
impl Sync for CreateUserJobAdInput
impl Unpin for CreateUserJobAdInput
impl UnwindSafe for CreateUserJobAdInput
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