#[repr(u8)]
pub enum DeprecatedNominalResourceFlag {
NOMINAL_RESOURCE,
NORMAL_STRUCT,
}
Variants§
Trait Implementations§
source§impl Clone for DeprecatedNominalResourceFlag
impl Clone for DeprecatedNominalResourceFlag
source§fn clone(&self) -> DeprecatedNominalResourceFlag
fn clone(&self) -> DeprecatedNominalResourceFlag
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 more