Struct imdb_id::RuntimeConfig [−][src]
pub struct RuntimeConfig {
pub search_term: String,
pub interactive: bool,
pub number_of_results: usize,
pub filters: Filters,
pub format: OutputFormat,
pub api_key: Option<String>,
}Fields
search_term: Stringinteractive: boolnumber_of_results: usizefilters: Filtersformat: OutputFormatapi_key: Option<String>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RuntimeConfig
impl Send for RuntimeConfig
impl Sync for RuntimeConfig
impl Unpin for RuntimeConfig
impl UnwindSafe for RuntimeConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more