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