pub struct QueryAdaptors {
pub window: Window,
}Expand description
The QueryAdaptors request.
This request replies QueryAdaptorsReply.
Associated cookie types are QueryAdaptorsCookie and QueryAdaptorsCookieUnchecked.
Fields§
§window: WindowTrait Implementations§
Source§impl Clone for QueryAdaptors
impl Clone for QueryAdaptors
Source§fn clone(&self) -> QueryAdaptors
fn clone(&self) -> QueryAdaptors
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 QueryAdaptors
impl Debug for QueryAdaptors
Source§impl RawRequest for QueryAdaptors
impl RawRequest for QueryAdaptors
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 QueryAdaptors
impl Request for QueryAdaptors
Source§impl RequestWithReply for QueryAdaptors
impl RequestWithReply for QueryAdaptors
Source§type Reply = QueryAdaptorsReply
type Reply = QueryAdaptorsReply
Reply associated with the request
Source§type Cookie = QueryAdaptorsCookie
type Cookie = QueryAdaptorsCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryAdaptorsCookieUnchecked
type CookieUnchecked = QueryAdaptorsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryAdaptors
impl RefUnwindSafe for QueryAdaptors
impl Send for QueryAdaptors
impl Sync for QueryAdaptors
impl Unpin for QueryAdaptors
impl UnwindSafe for QueryAdaptors
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