pub enum WindowProperty {
Title,
Instance,
Class,
WindowRole,
TransientFor,
Machine,
}
Variants§
Trait Implementations§
Source§impl Clone for WindowProperty
impl Clone for WindowProperty
Source§fn clone(&self) -> WindowProperty
fn clone(&self) -> WindowProperty
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 WindowProperty
impl Debug for WindowProperty
Source§impl<'de> Deserialize<'de> for WindowProperty
impl<'de> Deserialize<'de> for WindowProperty
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<WindowProperty, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<WindowProperty, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for WindowProperty
impl Hash for WindowProperty
Source§impl PartialEq for WindowProperty
impl PartialEq for WindowProperty
Source§impl Serialize for WindowProperty
impl Serialize for WindowProperty
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for WindowProperty
impl Eq for WindowProperty
impl StructuralPartialEq for WindowProperty
Auto Trait Implementations§
impl Freeze for WindowProperty
impl RefUnwindSafe for WindowProperty
impl Send for WindowProperty
impl Sync for WindowProperty
impl Unpin for WindowProperty
impl UnwindSafe for WindowProperty
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more