Struct leftwm_core::models::dto::DisplayState [−][src]
pub struct DisplayState {
pub window_title: String,
pub workspaces: Vec<DisplayWorkspace>,
}Fields
window_title: Stringworkspaces: Vec<DisplayWorkspace>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 DisplayState
impl Send for DisplayState
impl Sync for DisplayState
impl Unpin for DisplayState
impl UnwindSafe for DisplayState
Blanket Implementations
Mutably borrows from an owned value. Read more