pub struct IsList {
pub context_tag: ContextTag,
pub list: u32,
}
Expand description
The IsList
request.
This request replies IsListReply.
Associated cookie types are IsListCookie and IsListCookieUnchecked.
Fields§
§context_tag: ContextTag
§list: u32
Trait Implementations§
source§impl RawRequest for IsList
impl RawRequest for IsList
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 RequestWithReply for IsList
impl RequestWithReply for IsList
source§type Reply = IsListReply
type Reply = IsListReply
Reply associated with the request
source§type Cookie = IsListCookie
type Cookie = IsListCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = IsListCookieUnchecked
type CookieUnchecked = IsListCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for IsList
impl RefUnwindSafe for IsList
impl Send for IsList
impl Sync for IsList
impl Unpin for IsList
impl UnwindSafe for IsList
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
)