pub struct WmClassCookie<'a, Conn: RequestConnection + ?Sized>(/* private fields */);
Expand description
A cookie for getting a window’s WM_CLASS
property.
See WmClass
.
Implementations§
Source§impl<'a, Conn> WmClassCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
impl<'a, Conn> WmClassCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
Sourcepub fn reply_unchecked(self) -> Result<Option<WmClass>, ConnectionError>
pub fn reply_unchecked(self) -> Result<Option<WmClass>, ConnectionError>
Get the reply that the server sent, but have errors handled as events.
Source§impl<'a, Conn> WmClassCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
impl<'a, Conn> WmClassCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
Trait Implementations§
Auto Trait Implementations§
impl<'a, Conn> Freeze for WmClassCookie<'a, Conn>where
Conn: ?Sized,
impl<'a, Conn> RefUnwindSafe for WmClassCookie<'a, Conn>where
Conn: RefUnwindSafe + ?Sized,
impl<'a, Conn> Send for WmClassCookie<'a, Conn>
impl<'a, Conn> Sync for WmClassCookie<'a, Conn>
impl<'a, Conn> Unpin for WmClassCookie<'a, Conn>where
Conn: ?Sized,
impl<'a, Conn> UnwindSafe for WmClassCookie<'a, Conn>where
Conn: RefUnwindSafe + ?Sized,
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