Struct ink_metadata::MessageParamSpecBuilder
source · pub struct MessageParamSpecBuilder<F: Form> { /* private fields */ }
Expand description
Used to construct a message parameter specification.
Implementations§
source§impl<F> MessageParamSpecBuilder<F>where
F: Form,
impl<F> MessageParamSpecBuilder<F>where
F: Form,
Auto Trait Implementations§
impl<F> Freeze for MessageParamSpecBuilder<F>
impl<F> RefUnwindSafe for MessageParamSpecBuilder<F>where
<F as Form>::String: RefUnwindSafe,
<F as Form>::Type: RefUnwindSafe,
impl<F> Send for MessageParamSpecBuilder<F>
impl<F> Sync for MessageParamSpecBuilder<F>
impl<F> Unpin for MessageParamSpecBuilder<F>
impl<F> UnwindSafe for MessageParamSpecBuilder<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