Enum ink_metadata::layout::MetadataError
source · pub enum MetadataError {
Collision(String, String),
}
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 moresource§impl Debug for MetadataError
impl Debug for MetadataError
source§impl Display for MetadataError
impl Display for MetadataError
source§impl PartialEq for MetadataError
impl PartialEq for MetadataError
source§fn eq(&self, other: &MetadataError) -> bool
fn eq(&self, other: &MetadataError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MetadataError
impl StructuralPartialEq for MetadataError
Auto Trait Implementations§
impl Freeze for MetadataError
impl RefUnwindSafe for MetadataError
impl Send for MetadataError
impl Sync for MetadataError
impl Unpin for MetadataError
impl UnwindSafe for MetadataError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)