pub struct ListProviderPropertiesRequest {
    pub provider: u32,
}Fields§
§provider: u32Implementations§
Trait Implementations§
Source§impl Clone for ListProviderPropertiesRequest
 
impl Clone for ListProviderPropertiesRequest
Source§fn clone(&self) -> ListProviderPropertiesRequest
 
fn clone(&self) -> ListProviderPropertiesRequest
Returns a duplicate 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 Default for ListProviderPropertiesRequest
 
impl Default for ListProviderPropertiesRequest
Source§fn default() -> ListProviderPropertiesRequest
 
fn default() -> ListProviderPropertiesRequest
Returns the “default value” for a type. Read more
Source§impl Hash for ListProviderPropertiesRequest
 
impl Hash for ListProviderPropertiesRequest
Source§impl Ord for ListProviderPropertiesRequest
 
impl Ord for ListProviderPropertiesRequest
Source§fn cmp(&self, other: &ListProviderPropertiesRequest) -> Ordering
 
fn cmp(&self, other: &ListProviderPropertiesRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ListProviderPropertiesRequest
 
impl PartialEq for ListProviderPropertiesRequest
Source§fn eq(&self, other: &ListProviderPropertiesRequest) -> bool
 
fn eq(&self, other: &ListProviderPropertiesRequest) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ListProviderPropertiesRequest
 
impl PartialOrd for ListProviderPropertiesRequest
Source§impl ReplyRequest for ListProviderPropertiesRequest
 
impl ReplyRequest for ListProviderPropertiesRequest
Source§type Reply = ListProviderPropertiesReply
 
type Reply = ListProviderPropertiesReply
The kind of reply that this request generates.
impl Copy for ListProviderPropertiesRequest
impl Eq for ListProviderPropertiesRequest
impl StructuralPartialEq for ListProviderPropertiesRequest
Auto Trait Implementations§
impl Freeze for ListProviderPropertiesRequest
impl RefUnwindSafe for ListProviderPropertiesRequest
impl Send for ListProviderPropertiesRequest
impl Sync for ListProviderPropertiesRequest
impl Unpin for ListProviderPropertiesRequest
impl UnwindSafe for ListProviderPropertiesRequest
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