Struct x11rb::protocol::bigreq::EnableRequest [−][src]
pub struct EnableRequest;
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, EnableReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
type Reply = EnableReply
type Reply = EnableReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for EnableRequest
impl Send for EnableRequest
impl Sync for EnableRequest
impl Unpin for EnableRequest
impl UnwindSafe for EnableRequest
Blanket Implementations
Mutably borrows from an owned value. Read more