Struct swayr::con::Workspace[][src]

pub struct Workspace<'a> {
    pub windows: Vec<Window<'a>>,
    // some fields omitted
}

Fields

windows: Vec<Window<'a>>

Implementations

impl Workspace<'_>[src]

pub fn get_name(&self) -> &str[src]

pub fn get_id(&self) -> i64[src]

pub fn is_scratchpad(&self) -> bool[src]

Trait Implementations

impl<'a> Display for Workspace<'a>[src]

impl Eq for Workspace<'_>[src]

impl Ord for Workspace<'_>[src]

impl PartialEq<Workspace<'_>> for Workspace<'_>[src]

impl PartialOrd<Workspace<'_>> for Workspace<'_>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Workspace<'a>

impl<'a> Send for Workspace<'a>

impl<'a> Sync for Workspace<'a>

impl<'a> Unpin for Workspace<'a>

impl<'a> UnwindSafe for Workspace<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.