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