pub struct ConfigureProviderPropertyRequest<'input> {
pub provider: u32,
pub property: u32,
pub pending: bool,
pub range: bool,
pub values: Cow<'input, [i32]>,
}Fields§
§provider: u32§property: u32§pending: bool§range: bool§values: Cow<'input, [i32]>Implementations§
Source§impl<'input> ConfigureProviderPropertyRequest<'input>
impl<'input> ConfigureProviderPropertyRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for ConfigureProviderPropertyRequest<'input>
impl<'input> Clone for ConfigureProviderPropertyRequest<'input>
Source§fn clone(&self) -> ConfigureProviderPropertyRequest<'input>
fn clone(&self) -> ConfigureProviderPropertyRequest<'input>
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<'input> Debug for ConfigureProviderPropertyRequest<'input>
impl<'input> Debug for ConfigureProviderPropertyRequest<'input>
Source§impl<'input> Default for ConfigureProviderPropertyRequest<'input>
impl<'input> Default for ConfigureProviderPropertyRequest<'input>
Source§fn default() -> ConfigureProviderPropertyRequest<'input>
fn default() -> ConfigureProviderPropertyRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for ConfigureProviderPropertyRequest<'input>
impl<'input> Hash for ConfigureProviderPropertyRequest<'input>
Source§impl<'input> Ord for ConfigureProviderPropertyRequest<'input>
impl<'input> Ord for ConfigureProviderPropertyRequest<'input>
Source§fn cmp(&self, other: &ConfigureProviderPropertyRequest<'input>) -> Ordering
fn cmp(&self, other: &ConfigureProviderPropertyRequest<'input>) -> 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<'input> PartialEq for ConfigureProviderPropertyRequest<'input>
impl<'input> PartialEq for ConfigureProviderPropertyRequest<'input>
Source§fn eq(&self, other: &ConfigureProviderPropertyRequest<'input>) -> bool
fn eq(&self, other: &ConfigureProviderPropertyRequest<'input>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'input> PartialOrd for ConfigureProviderPropertyRequest<'input>
impl<'input> PartialOrd for ConfigureProviderPropertyRequest<'input>
Source§impl<'input> Request for ConfigureProviderPropertyRequest<'input>
impl<'input> Request for ConfigureProviderPropertyRequest<'input>
impl<'input> Eq for ConfigureProviderPropertyRequest<'input>
impl<'input> StructuralPartialEq for ConfigureProviderPropertyRequest<'input>
impl<'input> VoidRequest for ConfigureProviderPropertyRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for ConfigureProviderPropertyRequest<'input>
impl<'input> RefUnwindSafe for ConfigureProviderPropertyRequest<'input>
impl<'input> Send for ConfigureProviderPropertyRequest<'input>
impl<'input> Sync for ConfigureProviderPropertyRequest<'input>
impl<'input> Unpin for ConfigureProviderPropertyRequest<'input>
impl<'input> UnwindSafe for ConfigureProviderPropertyRequest<'input>
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