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