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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.