Struct rio_config::Config
source · pub struct Config {Show 24 fields
pub blinking_cursor: bool,
pub navigation: Navigation,
pub window: Window,
pub background: Background,
pub performance: Performance,
pub shell: Shell,
pub disable_unfocused_render: bool,
pub use_fork: bool,
pub use_kitty_keyboard_protocol: bool,
pub working_dir: Option<String>,
pub line_height: f32,
pub theme: String,
pub adaptive_theme: Option<AdaptiveTheme>,
pub fonts: SugarloafFonts,
pub padding_x: f32,
pub cursor: char,
pub scroll_multiplier: f64,
pub env_vars: Vec<String>,
pub option_as_alt: String,
pub colors: Colors,
pub adaptive_colors: Option<AdaptiveColors>,
pub developer: Developer,
pub bindings: Bindings,
pub ignore_selection_fg_color: bool,
}Fields§
§blinking_cursor: bool§window: Window§background: Background§performance: Performance§shell: Shell§disable_unfocused_render: bool§use_fork: bool§use_kitty_keyboard_protocol: bool§working_dir: Option<String>§line_height: f32§theme: String§adaptive_theme: Option<AdaptiveTheme>§fonts: SugarloafFonts§padding_x: f32§cursor: char§scroll_multiplier: f64§env_vars: Vec<String>§option_as_alt: String§colors: Colors§adaptive_colors: Option<AdaptiveColors>§developer: Developer§bindings: Bindings§ignore_selection_fg_color: boolImplementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Config
impl<'de> Deserialize<'de> for Config
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Config
impl PartialEq for Config
impl StructuralPartialEq for Config
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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