Enum ethers_etherscan::account::BlockType
source · pub enum BlockType {
CanonicalBlocks,
Uncles,
}
Expand description
The pre-defined block type for retrieving mined blocks
Variants§
Trait Implementations§
impl Copy for BlockType
Auto Trait Implementations§
impl RefUnwindSafe for BlockType
impl Send for BlockType
impl Sync for BlockType
impl Unpin for BlockType
impl UnwindSafe for BlockType
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