pub struct RuntimeApiMethodMetadata<'a> { /* private fields */ }Expand description
Metadata for a single runtime API method.
Implementations§
Source§impl<'a> RuntimeApiMethodMetadata<'a>
impl<'a> RuntimeApiMethodMetadata<'a>
Sourcepub fn inputs(
&self,
) -> impl ExactSizeIterator<Item = &'a MethodParamMetadata> + use<'a>
pub fn inputs( &self, ) -> impl ExactSizeIterator<Item = &'a MethodParamMetadata> + use<'a>
Method inputs.
Trait Implementations§
Source§impl<'a> Clone for RuntimeApiMethodMetadata<'a>
impl<'a> Clone for RuntimeApiMethodMetadata<'a>
Source§fn clone(&self) -> RuntimeApiMethodMetadata<'a>
fn clone(&self) -> RuntimeApiMethodMetadata<'a>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'a> Freeze for RuntimeApiMethodMetadata<'a>
impl<'a> RefUnwindSafe for RuntimeApiMethodMetadata<'a>
impl<'a> Send for RuntimeApiMethodMetadata<'a>
impl<'a> Sync for RuntimeApiMethodMetadata<'a>
impl<'a> Unpin for RuntimeApiMethodMetadata<'a>
impl<'a> UnwindSafe for RuntimeApiMethodMetadata<'a>
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