pub struct DestroyCounterRequest {
pub counter: u32,
}
Fields§
§counter: u32
Implementations§
Trait Implementations§
Source§impl Clone for DestroyCounterRequest
impl Clone for DestroyCounterRequest
Source§fn clone(&self) -> DestroyCounterRequest
fn clone(&self) -> DestroyCounterRequest
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 Debug for DestroyCounterRequest
impl Debug for DestroyCounterRequest
Source§impl Default for DestroyCounterRequest
impl Default for DestroyCounterRequest
Source§fn default() -> DestroyCounterRequest
fn default() -> DestroyCounterRequest
Returns the “default value” for a type. Read more
Source§impl Hash for DestroyCounterRequest
impl Hash for DestroyCounterRequest
Source§impl Ord for DestroyCounterRequest
impl Ord for DestroyCounterRequest
Source§fn cmp(&self, other: &DestroyCounterRequest) -> Ordering
fn cmp(&self, other: &DestroyCounterRequest) -> 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 DestroyCounterRequest
impl PartialEq for DestroyCounterRequest
Source§impl PartialOrd for DestroyCounterRequest
impl PartialOrd for DestroyCounterRequest
Source§impl Request for DestroyCounterRequest
impl Request for DestroyCounterRequest
impl Copy for DestroyCounterRequest
impl Eq for DestroyCounterRequest
impl StructuralPartialEq for DestroyCounterRequest
impl VoidRequest for DestroyCounterRequest
Auto Trait Implementations§
impl Freeze for DestroyCounterRequest
impl RefUnwindSafe for DestroyCounterRequest
impl Send for DestroyCounterRequest
impl Sync for DestroyCounterRequest
impl Unpin for DestroyCounterRequest
impl UnwindSafe for DestroyCounterRequest
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