pub struct UiConfig {
pub theme: String,
pub language: String,
pub reduce_animations: bool,
pub titlebar_mode: TitlebarMode,
pub player_bar_position: PlayerBarPosition,
pub ui_style: UiStyle,
pub hero_height: u32,
pub home_sections: Vec<HomeSection>,
pub listen_now_style: ListenNowStyle,
pub show_source_toggle: bool,
pub sidebar_order: Vec<String>,
}Fields§
§theme: String§language: String§reduce_animations: bool§titlebar_mode: TitlebarMode§player_bar_position: PlayerBarPosition§ui_style: UiStyle§hero_height: u32§home_sections: Vec<HomeSection>§listen_now_style: ListenNowStyle§show_source_toggle: boolTrait Implementations§
impl StructuralPartialEq for UiConfig
Auto Trait Implementations§
impl Freeze for UiConfig
impl RefUnwindSafe for UiConfig
impl Send for UiConfig
impl Sync for UiConfig
impl Unpin for UiConfig
impl UnsafeUnpin for UiConfig
impl UnwindSafe for UiConfig
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