pub struct ListSelections {}
Expand description
The ListSelections
request.
This request replies ListSelectionsReply.
Associated cookie types are ListSelectionsCookie and ListSelectionsCookieUnchecked.
Trait Implementations§
Source§impl Clone for ListSelections
impl Clone for ListSelections
Source§fn clone(&self) -> ListSelections
fn clone(&self) -> ListSelections
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 ListSelections
impl Debug for ListSelections
Source§impl RawRequest for ListSelections
impl RawRequest for ListSelections
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 ListSelections
impl Request for ListSelections
Source§impl RequestWithReply for ListSelections
impl RequestWithReply for ListSelections
Source§type Reply = ListSelectionsReply
type Reply = ListSelectionsReply
Reply associated with the request
Source§type Cookie = ListSelectionsCookie
type Cookie = ListSelectionsCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = ListSelectionsCookieUnchecked
type CookieUnchecked = ListSelectionsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for ListSelections
impl RefUnwindSafe for ListSelections
impl Send for ListSelections
impl Sync for ListSelections
impl Unpin for ListSelections
impl UnwindSafe for ListSelections
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)