pub enum TargetRuntime {
Substrate(TargetSymbols),
PWasm(TargetSymbols),
}
Variants§
Substrate(TargetSymbols)
PWasm(TargetSymbols)
Implementations§
Source§impl TargetRuntime
impl TargetRuntime
pub fn substrate() -> TargetRuntime
pub fn pwasm() -> TargetRuntime
pub fn symbols(&self) -> &TargetSymbols
Auto Trait Implementations§
impl Freeze for TargetRuntime
impl RefUnwindSafe for TargetRuntime
impl Send for TargetRuntime
impl Sync for TargetRuntime
impl Unpin for TargetRuntime
impl UnwindSafe for TargetRuntime
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