Struct opengraph::scraper::Opts[][src]

pub struct Opts {
    pub include_images: bool,
    pub include_audios: bool,
    pub include_videos: bool,
}

Fields

Trait Implementations

impl Default for Opts
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Opts

impl Sync for Opts