Struct paypal_rust::client::request::RetryCount
source · [−]pub struct RetryCount(_);
Implementations
Trait Implementations
sourceimpl AddAssign<RetryCount> for RetryCount
impl AddAssign<RetryCount> for RetryCount
sourcefn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+=
operation. Read moresourceimpl Clone for RetryCount
impl Clone for RetryCount
sourcefn clone(&self) -> RetryCount
fn clone(&self) -> RetryCount
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RetryCount
impl Debug for RetryCount
sourceimpl Default for RetryCount
impl Default for RetryCount
sourcefn default() -> RetryCount
fn default() -> RetryCount
Returns the “default value” for a type. Read more
sourceimpl From<i32> for RetryCount
impl From<i32> for RetryCount
sourceimpl Ord for RetryCount
impl Ord for RetryCount
sourcefn cmp(&self, other: &RetryCount) -> Ordering
fn cmp(&self, other: &RetryCount) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<RetryCount> for RetryCount
impl PartialEq<RetryCount> for RetryCount
sourcefn eq(&self, other: &RetryCount) -> bool
fn eq(&self, other: &RetryCount) -> bool
sourceimpl PartialOrd<RetryCount> for RetryCount
impl PartialOrd<RetryCount> for RetryCount
sourcefn partial_cmp(&self, other: &RetryCount) -> Option<Ordering>
fn partial_cmp(&self, other: &RetryCount) -> Option<Ordering>
1.0.0 · sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.