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