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