Struct leftwm_core::models::dto::ManagerState
source · pub struct ManagerState {
pub window_title: Option<String>,
pub desktop_names: Vec<String>,
pub viewports: Vec<Viewport>,
pub active_desktop: Vec<String>,
pub working_tags: Vec<String>,
pub urgent_tags: Vec<String>,
}Fields§
§window_title: Option<String>§desktop_names: Vec<String>§viewports: Vec<Viewport>§active_desktop: Vec<String>Trait Implementations§
source§impl Clone for ManagerState
impl Clone for ManagerState
source§fn clone(&self) -> ManagerState
fn clone(&self) -> ManagerState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ManagerState
impl Debug for ManagerState
source§impl<'de> Deserialize<'de> for ManagerState
impl<'de> Deserialize<'de> for ManagerState
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 From<&State> for ManagerState
impl From<&State> for ManagerState
source§impl From<ManagerState> for DisplayState
impl From<ManagerState> for DisplayState
source§fn from(m: ManagerState) -> Self
fn from(m: ManagerState) -> Self
Converts to this type from the input type.