pub struct jobAds;
Trait Implementations§
impl HasInputField<jobAds, Option<JSON>> for UpdateAdvisorRequestDataInput
Auto Trait Implementations§
impl Freeze for jobAds
impl RefUnwindSafe for jobAds
impl Send for jobAds
impl Sync for jobAds
impl Unpin for jobAds
impl UnwindSafe for jobAds
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