Struct ink_metadata::EventParamSpecBuilder
source · pub struct EventParamSpecBuilder<F>where
F: Form,{ /* private fields */ }
Expand description
Used to construct an event parameter specification.
Implementations§
source§impl<F> EventParamSpecBuilder<F>where
F: Form,
impl<F> EventParamSpecBuilder<F>where
F: Form,
sourcepub fn done(self) -> EventParamSpec<F>
pub fn done(self) -> EventParamSpec<F>
Finishes constructing the event parameter spec.
Auto Trait Implementations§
impl<F> Freeze for EventParamSpecBuilder<F>
impl<F> RefUnwindSafe for EventParamSpecBuilder<F>where
<F as Form>::String: RefUnwindSafe,
<F as Form>::Type: RefUnwindSafe,
impl<F> Send for EventParamSpecBuilder<F>
impl<F> Sync for EventParamSpecBuilder<F>
impl<F> Unpin for EventParamSpecBuilder<F>
impl<F> UnwindSafe for EventParamSpecBuilder<F>where
<F as Form>::String: UnwindSafe,
<F as Form>::Type: UnwindSafe,
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