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