pub enum SerializableActions {
Show 21 variants
FeeExempt,
PublicLow,
PublicHigh,
DriverAction,
CreateProject,
ManageCriterias,
AddService,
RemoveService,
ManageIndexing,
ManageDelegateAuthority,
ManageProfiles,
ManageAssembler,
ManageAssets,
ManageCurrencies,
MintCurrencies,
ManageCurrencyStatus,
ManageStakingPool,
WithdrawStakingPoolRewards,
ManageMissionPool,
WithdrawMissionPoolRewards,
ManageGuildKit,
}
Variants§
FeeExempt
PublicLow
PublicHigh
DriverAction
CreateProject
ManageCriterias
AddService
RemoveService
ManageIndexing
ManageDelegateAuthority
ManageProfiles
ManageAssembler
ManageAssets
ManageCurrencies
MintCurrencies
ManageCurrencyStatus
ManageStakingPool
WithdrawStakingPoolRewards
ManageMissionPool
WithdrawMissionPoolRewards
ManageGuildKit
Implementations§
Trait Implementations§
source§impl BorshDeserialize for SerializableActions
impl BorshDeserialize for SerializableActions
fn deserialize_reader<R: Read>(reader: &mut R) -> Result<Self, Error>
§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where
R: Read,
source§impl BorshSerialize for SerializableActions
impl BorshSerialize for SerializableActions
source§impl Clone for SerializableActions
impl Clone for SerializableActions
source§fn clone(&self) -> SerializableActions
fn clone(&self) -> SerializableActions
Returns a copy 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 SerializableActions
impl Debug for SerializableActions
source§impl EnumExt for SerializableActions
impl EnumExt for SerializableActions
source§impl<'a> From<&SerializableActions> for Action<'a>
impl<'a> From<&SerializableActions> for Action<'a>
source§fn from(action: &SerializableActions) -> Action<'a>
fn from(action: &SerializableActions) -> Action<'a>
Converts to this type from the input type.
source§impl PartialEq for SerializableActions
impl PartialEq for SerializableActions
source§fn eq(&self, other: &SerializableActions) -> bool
fn eq(&self, other: &SerializableActions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SerializableActions
impl StructuralEq for SerializableActions
impl StructuralPartialEq for SerializableActions
Auto Trait Implementations§
impl RefUnwindSafe for SerializableActions
impl Send for SerializableActions
impl Sync for SerializableActions
impl Unpin for SerializableActions
impl UnwindSafe for SerializableActions
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more