pub enum WindowEventType {
Focused,
TitleChanged,
}
Variants§
Trait Implementations§
Source§impl Clone for WindowEventType
impl Clone for WindowEventType
Source§fn clone(&self) -> WindowEventType
fn clone(&self) -> WindowEventType
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 WindowEventType
impl Debug for WindowEventType
Source§impl<'de> Deserialize<'de> for WindowEventType
impl<'de> Deserialize<'de> for WindowEventType
Source§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
Source§impl PartialEq for WindowEventType
impl PartialEq for WindowEventType
Source§impl Serialize for WindowEventType
impl Serialize for WindowEventType
impl Copy for WindowEventType
impl StructuralPartialEq for WindowEventType
Auto Trait Implementations§
impl Freeze for WindowEventType
impl RefUnwindSafe for WindowEventType
impl Send for WindowEventType
impl Sync for WindowEventType
impl Unpin for WindowEventType
impl UnwindSafe for WindowEventType
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