Struct ink_metadata::layout::ValidateLayout
source · pub struct ValidateLayout { /* private fields */ }
Expand description
It validates that the storage layout doesn’t have conflicting storage keys. Otherwise an error with a description of the conflict is returned.
Implementations§
Auto Trait Implementations§
impl Freeze for ValidateLayout
impl RefUnwindSafe for ValidateLayout
impl Send for ValidateLayout
impl Sync for ValidateLayout
impl Unpin for ValidateLayout
impl UnwindSafe for ValidateLayout
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