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