pub struct BlockHeight(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Add<BlockHeight> for u64
impl Add<BlockHeight> for u64
Source§type Output = BlockHeight
type Output = BlockHeight
The resulting type after applying the
+ operator.Source§fn add(self, other: BlockHeight) -> BlockHeight
fn add(self, other: BlockHeight) -> BlockHeight
Performs the
+ operation. Read moreSource§impl Add<u64> for BlockHeight
impl Add<u64> for BlockHeight
Source§type Output = BlockHeight
type Output = BlockHeight
The resulting type after applying the
+ operator.Source§impl Add for BlockHeight
impl Add for BlockHeight
Source§type Output = BlockHeight
type Output = BlockHeight
The resulting type after applying the
+ operator.Source§fn add(self, other: BlockHeight) -> BlockHeight
fn add(self, other: BlockHeight) -> BlockHeight
Performs the
+ operation. Read moreSource§impl BorshDeserialize for BlockHeight
impl BorshDeserialize for BlockHeight
fn deserialize_reader<__R: Read>(reader: &mut __R) -> Result<Self, Error>
Source§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
Source§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where
R: Read,
Source§impl BorshSerialize for BlockHeight
impl BorshSerialize for BlockHeight
Source§impl Clone for BlockHeight
impl Clone for BlockHeight
Source§fn clone(&self) -> BlockHeight
fn clone(&self) -> BlockHeight
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 ComposeSchema for BlockHeight
impl ComposeSchema for BlockHeight
Source§impl Debug for BlockHeight
impl Debug for BlockHeight
Source§impl Default for BlockHeight
impl Default for BlockHeight
Source§fn default() -> BlockHeight
fn default() -> BlockHeight
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlockHeight
impl<'de> Deserialize<'de> for BlockHeight
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BlockHeight
impl Display for BlockHeight
Source§impl Hash for BlockHeight
impl Hash for BlockHeight
Source§impl Ord for BlockHeight
impl Ord for BlockHeight
Source§fn cmp(&self, other: &BlockHeight) -> Ordering
fn cmp(&self, other: &BlockHeight) -> 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 BlockHeight
impl PartialEq for BlockHeight
Source§impl PartialOrd for BlockHeight
impl PartialOrd for BlockHeight
Source§impl Serialize for BlockHeight
impl Serialize for BlockHeight
Source§impl Sub<u64> for BlockHeight
impl Sub<u64> for BlockHeight
Source§type Output = BlockHeight
type Output = BlockHeight
The resulting type after applying the
- operator.Source§impl ToSchema for BlockHeight
impl ToSchema for BlockHeight
impl Copy for BlockHeight
impl Eq for BlockHeight
impl StructuralPartialEq for BlockHeight
Auto Trait Implementations§
impl Freeze for BlockHeight
impl RefUnwindSafe for BlockHeight
impl Send for BlockHeight
impl Sync for BlockHeight
impl Unpin for BlockHeight
impl UnsafeUnpin for BlockHeight
impl UnwindSafe for BlockHeight
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.