pub enum PolymeshRuntime {}
Trait Implementations§
Source§impl Clone for PolymeshRuntime
impl Clone for PolymeshRuntime
Source§fn clone(&self) -> PolymeshRuntime
fn clone(&self) -> PolymeshRuntime
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 moreimpl Copy for PolymeshRuntime
Auto Trait Implementations§
impl Freeze for PolymeshRuntime
impl RefUnwindSafe for PolymeshRuntime
impl Send for PolymeshRuntime
impl Sync for PolymeshRuntime
impl Unpin for PolymeshRuntime
impl UnwindSafe for PolymeshRuntime
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