Struct leftwm_core::models::dto::ManagerState [−][src]
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>,
}Fields
window_title: Option<String>desktop_names: Vec<String>viewports: Vec<Viewport>active_desktop: Vec<String>Trait Implementations
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
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ManagerState
impl Send for ManagerState
impl Sync for ManagerState
impl Unpin for ManagerState
impl UnwindSafe for ManagerState
Blanket Implementations
Mutably borrows from an owned value. Read more