pub struct QueryScreens {}Expand description
The QueryScreens request.
This request replies QueryScreensReply.
Associated cookie types are QueryScreensCookie and QueryScreensCookieUnchecked.
Trait Implementations§
Source§impl Clone for QueryScreens
impl Clone for QueryScreens
Source§fn clone(&self) -> QueryScreens
fn clone(&self) -> QueryScreens
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 QueryScreens
impl Debug for QueryScreens
Source§impl RawRequest for QueryScreens
impl RawRequest for QueryScreens
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for QueryScreens
impl Request for QueryScreens
Source§impl RequestWithReply for QueryScreens
impl RequestWithReply for QueryScreens
Source§type Reply = QueryScreensReply
type Reply = QueryScreensReply
Reply associated with the request
Source§type Cookie = QueryScreensCookie
type Cookie = QueryScreensCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryScreensCookieUnchecked
type CookieUnchecked = QueryScreensCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryScreens
impl RefUnwindSafe for QueryScreens
impl Send for QueryScreens
impl Sync for QueryScreens
impl Unpin for QueryScreens
impl UnwindSafe for QueryScreens
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