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