pub struct InstagramProfileScrapeRequest {
pub usernames: Vec<String>,
}Expand description
See: https://apify.com/apify/instagram-profile-scraper
Fields§
§usernames: Vec<String>Trait Implementations§
Source§impl Clone for InstagramProfileScrapeRequest
impl Clone for InstagramProfileScrapeRequest
Source§fn clone(&self) -> InstagramProfileScrapeRequest
fn clone(&self) -> InstagramProfileScrapeRequest
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 Default for InstagramProfileScrapeRequest
impl Default for InstagramProfileScrapeRequest
Source§fn default() -> InstagramProfileScrapeRequest
fn default() -> InstagramProfileScrapeRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InstagramProfileScrapeRequest
impl RefUnwindSafe for InstagramProfileScrapeRequest
impl Send for InstagramProfileScrapeRequest
impl Sync for InstagramProfileScrapeRequest
impl Unpin for InstagramProfileScrapeRequest
impl UnsafeUnpin for InstagramProfileScrapeRequest
impl UnwindSafe for InstagramProfileScrapeRequest
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