Struct revm::SelfDestructResult 
source · [−]pub struct SelfDestructResult {
    pub had_value: bool,
    pub exists: bool,
    pub is_cold: bool,
    pub previously_destroyed: bool,
}Fields
had_value: boolexists: boolis_cold: boolpreviously_destroyed: boolTrait Implementations
sourceimpl Default for SelfDestructResult
 
impl Default for SelfDestructResult
sourcefn default() -> SelfDestructResult
 
fn default() -> SelfDestructResult
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SelfDestructResult
impl Send for SelfDestructResult
impl Sync for SelfDestructResult
impl Unpin for SelfDestructResult
impl UnwindSafe for SelfDestructResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more