pub enum HashOrHeight {
Hash(BlockHash),
Height(u32),
}Variants§
Trait Implementations§
Source§impl Debug for HashOrHeight
impl Debug for HashOrHeight
Auto Trait Implementations§
impl Freeze for HashOrHeight
impl RefUnwindSafe for HashOrHeight
impl Send for HashOrHeight
impl Sync for HashOrHeight
impl Unpin for HashOrHeight
impl UnwindSafe for HashOrHeight
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