[−][src]Struct alacritty::cli::Options
Options specified on the command line.
Fields
print_events: bool
ref_test: bool
title: Option<String>
class_instance: Option<String>
class_general: Option<String>
embed: Option<String>
log_level: LevelFilter
command: Option<Program>
hold: bool
working_directory: Option<PathBuf>
config_path: Option<PathBuf>
config_options: Value
Implementations
impl Options
[src]
pub fn new() -> Self
[src]
Build Options
from command line arguments.
pub fn config_path(&self) -> Option<PathBuf>
[src]
Configuration file path.
pub fn config_options(&self) -> &Value
[src]
CLI config options as deserializable serde value.
pub fn override_config(&self, config: &mut TermConfig<UIConfig>)
[src]
Override configuration file with options from the CLI.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,