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
sourceimpl Clone for ManagerState
impl Clone for ManagerState
sourcefn clone(&self) -> ManagerState
fn clone(&self) -> ManagerState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ManagerState
impl Debug for ManagerState
sourceimpl<'de> Deserialize<'de> for ManagerState
impl<'de> Deserialize<'de> for ManagerState
sourcefn 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
sourceimpl From<&State> for ManagerState
impl From<&State> for ManagerState
sourceimpl From<ManagerState> for DisplayState
impl From<ManagerState> for DisplayState
sourcefn from(m: ManagerState) -> Self
fn from(m: ManagerState) -> Self
Converts to this type from the input type.
sourceimpl Serialize for ManagerState
impl Serialize for ManagerState
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more