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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SystemExecution
impl Debug for SystemExecution
Source§impl Into<NonFungibleGlobalId> for SystemExecution
impl Into<NonFungibleGlobalId> for SystemExecution
Source§fn into(self) -> NonFungibleGlobalId
fn into(self) -> NonFungibleGlobalId
Converts this type into the (usually inferred) input type.
impl Copy for SystemExecution
Auto Trait Implementations§
impl Freeze for SystemExecution
impl RefUnwindSafe for SystemExecution
impl Send for SystemExecution
impl Sync for SystemExecution
impl Unpin 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