pub enum SystemExecution {
Protocol = 0,
Validator = 1,
}Expand description
For definition @see SYSTEM_EXECUTION_RESOURCE
Variants§
Implementations§
Source§impl SystemExecution
impl SystemExecution
pub fn proof(self) -> NonFungibleGlobalId
Trait Implementations§
Source§impl Clone for SystemExecution
impl Clone for SystemExecution
Source§fn clone(&self) -> SystemExecution
fn clone(&self) -> SystemExecution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemExecution
Source§impl Debug for SystemExecution
impl Debug for SystemExecution
Source§impl From<SystemExecution> for NonFungibleGlobalId
impl From<SystemExecution> for NonFungibleGlobalId
Source§fn from(val: SystemExecution) -> Self
fn from(val: SystemExecution) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SystemExecution
impl RefUnwindSafe for SystemExecution
impl Send for SystemExecution
impl Sync for SystemExecution
impl Unpin for SystemExecution
impl UnsafeUnpin for SystemExecution
impl UnwindSafe for SystemExecution
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