pub struct ExecutableSectionSupport(/* private fields */);Implementations§
Source§impl ExecutableSectionSupport
impl ExecutableSectionSupport
pub fn new( sections: impl IntoIterator<Item = (String, u16)>, ) -> Result<Self, ContractError>
Trait Implementations§
Source§impl Clone for ExecutableSectionSupport
impl Clone for ExecutableSectionSupport
Source§fn clone(&self) -> ExecutableSectionSupport
fn clone(&self) -> ExecutableSectionSupport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExecutableSectionSupport
impl Debug for ExecutableSectionSupport
Source§impl Default for ExecutableSectionSupport
impl Default for ExecutableSectionSupport
Source§fn default() -> ExecutableSectionSupport
fn default() -> ExecutableSectionSupport
Returns the “default value” for a type. Read more
impl Eq for ExecutableSectionSupport
Source§impl PartialEq for ExecutableSectionSupport
impl PartialEq for ExecutableSectionSupport
impl StructuralPartialEq for ExecutableSectionSupport
Auto Trait Implementations§
impl Freeze for ExecutableSectionSupport
impl RefUnwindSafe for ExecutableSectionSupport
impl Send for ExecutableSectionSupport
impl Sync for ExecutableSectionSupport
impl Unpin for ExecutableSectionSupport
impl UnsafeUnpin for ExecutableSectionSupport
impl UnwindSafe for ExecutableSectionSupport
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