Enum ink_metadata::layout::MetadataError
source · Expand description
An error that can occur during ink! metadata generation.
Variants§
Trait Implementations§
source§impl Clone for MetadataError
impl Clone for MetadataError
source§fn clone(&self) -> MetadataError
fn clone(&self) -> MetadataError
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