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