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