Struct subxt_metadata::RuntimeApiMethodMetadata
source · pub struct RuntimeApiMethodMetadata { /* private fields */ }Expand description
Metadata for a single runtime API method.
Implementations§
Trait Implementations§
source§impl Clone for RuntimeApiMethodMetadata
impl Clone for RuntimeApiMethodMetadata
source§fn clone(&self) -> RuntimeApiMethodMetadata
fn clone(&self) -> RuntimeApiMethodMetadata
Returns a copy 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 Freeze for RuntimeApiMethodMetadata
impl RefUnwindSafe for RuntimeApiMethodMetadata
impl Send for RuntimeApiMethodMetadata
impl Sync for RuntimeApiMethodMetadata
impl Unpin for RuntimeApiMethodMetadata
impl UnwindSafe for RuntimeApiMethodMetadata
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