pub struct LinkedInProfileScrapeRequest {
pub username: String,
}Expand description
See: https://apify.com/apimaestro/linkedin-profile-detail
Fields§
§username: StringTrait Implementations§
Source§impl Clone for LinkedInProfileScrapeRequest
impl Clone for LinkedInProfileScrapeRequest
Source§fn clone(&self) -> LinkedInProfileScrapeRequest
fn clone(&self) -> LinkedInProfileScrapeRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinkedInProfileScrapeRequest
impl Debug for LinkedInProfileScrapeRequest
Source§impl Default for LinkedInProfileScrapeRequest
impl Default for LinkedInProfileScrapeRequest
Source§fn default() -> LinkedInProfileScrapeRequest
fn default() -> LinkedInProfileScrapeRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinkedInProfileScrapeRequest
impl RefUnwindSafe for LinkedInProfileScrapeRequest
impl Send for LinkedInProfileScrapeRequest
impl Sync for LinkedInProfileScrapeRequest
impl Unpin for LinkedInProfileScrapeRequest
impl UnsafeUnpin for LinkedInProfileScrapeRequest
impl UnwindSafe for LinkedInProfileScrapeRequest
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