Struct paypal_rust::client::request::RetryCount
source · pub struct RetryCount(_);
Implementations§
Trait Implementations§
source§impl AddAssign<RetryCount> for RetryCount
impl AddAssign<RetryCount> for RetryCount
source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+=
operation. Read moresource§impl Clone for RetryCount
impl Clone for RetryCount
source§fn clone(&self) -> RetryCount
fn clone(&self) -> RetryCount
Returns a copy 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 RetryCount
impl Debug for RetryCount
source§impl Default for RetryCount
impl Default for RetryCount
source§fn default() -> RetryCount
fn default() -> RetryCount
Returns the “default value” for a type. Read more
source§impl From<i32> for RetryCount
impl From<i32> for RetryCount
source§impl Ord for RetryCount
impl Ord for RetryCount
source§fn cmp(&self, other: &RetryCount) -> Ordering
fn cmp(&self, other: &RetryCount) -> 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<RetryCount> for RetryCount
impl PartialEq<RetryCount> for RetryCount
source§fn eq(&self, other: &RetryCount) -> bool
fn eq(&self, other: &RetryCount) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RetryCount> for RetryCount
impl PartialOrd<RetryCount> for RetryCount
source§fn partial_cmp(&self, other: &RetryCount) -> Option<Ordering>
fn partial_cmp(&self, other: &RetryCount) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for RetryCount
impl Eq for RetryCount
impl StructuralEq for RetryCount
impl StructuralPartialEq for RetryCount
Auto Trait Implementations§
impl RefUnwindSafe for RetryCount
impl Send for RetryCount
impl Sync for RetryCount
impl Unpin for RetryCount
impl UnwindSafe for RetryCount
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.