pub struct EnableContext {
pub context: Context,
}Expand description
The EnableContext request.
This request replies EnableContextReply.
Associated cookie types are EnableContextCookie and EnableContextCookieUnchecked.
Fields§
§context: ContextTrait Implementations§
Source§impl Clone for EnableContext
impl Clone for EnableContext
Source§fn clone(&self) -> EnableContext
fn clone(&self) -> EnableContext
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 EnableContext
impl Debug for EnableContext
Source§impl RawRequest for EnableContext
impl RawRequest for EnableContext
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 EnableContext
impl Request for EnableContext
Source§impl RequestWithReply for EnableContext
impl RequestWithReply for EnableContext
Source§type Reply = EnableContextReply
type Reply = EnableContextReply
Reply associated with the request
Source§type Cookie = EnableContextCookie
type Cookie = EnableContextCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = EnableContextCookieUnchecked
type CookieUnchecked = EnableContextCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for EnableContext
impl RefUnwindSafe for EnableContext
impl Send for EnableContext
impl Sync for EnableContext
impl Unpin for EnableContext
impl UnwindSafe for EnableContext
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