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