pub struct AfterBlockHeight(pub u64);Expand description
Block height for specifying time delta
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for AfterBlockHeight
impl Clone for AfterBlockHeight
Source§fn clone(&self) -> AfterBlockHeight
fn clone(&self) -> AfterBlockHeight
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 AfterBlockHeight
impl Debug for AfterBlockHeight
Source§impl<'de> Deserialize<'de> for AfterBlockHeight
impl<'de> Deserialize<'de> for AfterBlockHeight
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 Serialize for AfterBlockHeight
impl Serialize for AfterBlockHeight
impl Copy for AfterBlockHeight
Auto Trait Implementations§
impl Freeze for AfterBlockHeight
impl RefUnwindSafe for AfterBlockHeight
impl Send for AfterBlockHeight
impl Sync for AfterBlockHeight
impl Unpin for AfterBlockHeight
impl UnwindSafe for AfterBlockHeight
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