Struct contract_build::UnstableFlags
source · pub struct UnstableFlags {
pub original_manifest: bool,
}Fields§
§original_manifest: boolTrait Implementations§
source§impl Clone for UnstableFlags
impl Clone for UnstableFlags
source§fn clone(&self) -> UnstableFlags
fn clone(&self) -> UnstableFlags
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 Default for UnstableFlags
impl Default for UnstableFlags
source§fn default() -> UnstableFlags
fn default() -> UnstableFlags
Returns the “default value” for a type. Read more