pub enum TouchKind {
StateChange,
Coinbase,
Access,
}
Expand description
For what reason is the address marked hot.
Variants§
Trait Implementations§
impl Eq for TouchKind
impl StructuralPartialEq for TouchKind
Auto Trait Implementations§
impl Freeze for TouchKind
impl RefUnwindSafe for TouchKind
impl Send for TouchKind
impl Sync for TouchKind
impl Unpin for TouchKind
impl UnwindSafe for TouchKind
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<T> TrapConsume<T> for T
impl<T> TrapConsume<T> for T
Source§type Rest = Infallible
type Rest = Infallible
Rest type.
Source§fn consume(self) -> Result<T, Infallible>
fn consume(self) -> Result<T, Infallible>
Consume
T
to get Rest
.