[][src]Struct algo_rust_sdk::Round

pub struct Round(pub u64);

Round of the Algorand consensus protocol

Trait Implementations

impl Add<Round> for Round[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<u64> for Round[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for Round[src]

impl Copy for Round[src]

impl Debug for Round[src]

impl Default for Round[src]

impl<'de> Deserialize<'de> for Round[src]

impl Display for Round[src]

impl Eq for Round[src]

impl Mul<u64> for Round[src]

type Output = Self

The resulting type after applying the * operator.

impl PartialEq<Round> for Round[src]

impl Serialize for Round[src]

impl StructuralEq for Round[src]

impl StructuralPartialEq for Round[src]

impl Sub<Round> for Round[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<u64> for Round[src]

type Output = Self

The resulting type after applying the - operator.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,