pub struct GetBlockHeight {
pub hash: BlockHash,
}Expand description
Query to get block height
Fields§
§hash: BlockHashImplementations§
Trait Implementations§
Source§impl Clone for GetBlockHeight
impl Clone for GetBlockHeight
Source§fn clone(&self) -> GetBlockHeight
fn clone(&self) -> GetBlockHeight
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 moreAuto Trait Implementations§
impl Freeze for GetBlockHeight
impl RefUnwindSafe for GetBlockHeight
impl Send for GetBlockHeight
impl Sync for GetBlockHeight
impl Unpin for GetBlockHeight
impl UnsafeUnpin for GetBlockHeight
impl UnwindSafe for GetBlockHeight
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