pub struct Windows {
pub scale: f64,
pub workspaces_per_row: u8,
pub strip_html_from_workspace_title: bool,
pub overview: Option<Overview>,
pub switch: Option<Switch>,
}
Fields§
§scale: f64
§workspaces_per_row: u8
§strip_html_from_workspace_title: bool
§overview: Option<Overview>
§switch: Option<Switch>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Windows
impl<'de> Deserialize<'de> for Windows
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
Auto Trait Implementations§
impl Freeze for Windows
impl RefUnwindSafe for Windows
impl Send for Windows
impl Sync for Windows
impl Unpin for Windows
impl UnwindSafe for Windows
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