Struct Actions

Source
pub struct Actions<'a> {
Show 24 fields pub fee_exempt: Action<'a>, pub public_low: Action<'a>, pub public_high: Action<'a>, pub create_project: Action<'a>, pub manage_project_driver: Action<'a>, pub manage_criterias: Action<'a>, pub add_service: Action<'a>, pub manage_delegate_authority: Action<'a>, pub update_platform_data: Action<'a>, pub manage_assembler_config: Action<'a>, pub manage_character_models: Action<'a>, pub assign_character_traits: Action<'a>, pub create_resources: Action<'a>, pub create_faucet: Action<'a>, pub create_recipe: Action<'a>, pub mint_resources: Action<'a>, pub burn_resources: Action<'a>, pub manage_staking_pool: Action<'a>, pub withdraw_staking_pool_rewards: Action<'a>, pub manage_spl_staking_pool: Action<'a>, pub withdraw_spl_staking_pool_rewards: Action<'a>, pub manage_mission_pool: Action<'a>, pub withdraw_mission_pool_rewards: Action<'a>, pub manage_guild_kit: Action<'a>,
}

Fields§

§fee_exempt: Action<'a>§public_low: Action<'a>§public_high: Action<'a>§create_project: Action<'a>§manage_project_driver: Action<'a>§manage_criterias: Action<'a>§add_service: Action<'a>§manage_delegate_authority: Action<'a>§update_platform_data: Action<'a>§manage_assembler_config: Action<'a>§manage_character_models: Action<'a>§assign_character_traits: Action<'a>§create_resources: Action<'a>§create_faucet: Action<'a>§create_recipe: Action<'a>§mint_resources: Action<'a>§burn_resources: Action<'a>§manage_staking_pool: Action<'a>§withdraw_staking_pool_rewards: Action<'a>§manage_spl_staking_pool: Action<'a>§withdraw_spl_staking_pool_rewards: Action<'a>§manage_mission_pool: Action<'a>§withdraw_mission_pool_rewards: Action<'a>§manage_guild_kit: Action<'a>

Auto Trait Implementations§

§

impl<'a> Freeze for Actions<'a>

§

impl<'a> RefUnwindSafe for Actions<'a>

§

impl<'a> Send for Actions<'a>

§

impl<'a> Sync for Actions<'a>

§

impl<'a> Unpin for Actions<'a>

§

impl<'a> UnwindSafe for Actions<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V