Enum everscale_types::cell::UsageTreeMode
source · pub enum UsageTreeMode {
OnLoad,
OnDataAccess,
}Expand description
Rule for including cells in the usage tree.
Variants§
Trait Implementations§
source§impl Clone for UsageTreeMode
impl Clone for UsageTreeMode
source§fn clone(&self) -> UsageTreeMode
fn clone(&self) -> UsageTreeMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UsageTreeMode
impl Debug for UsageTreeMode
source§impl PartialEq<UsageTreeMode> for UsageTreeMode
impl PartialEq<UsageTreeMode> for UsageTreeMode
source§fn eq(&self, other: &UsageTreeMode) -> bool
fn eq(&self, other: &UsageTreeMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.