Enum hpl_hive_control::state::Service
source · pub enum Service {
Assembler {
assembler_id: Pubkey,
},
AssetManager {
asset_manager_id: Pubkey,
},
TokenManager,
Paywall,
Staking {
pool_id: Pubkey,
},
Missions {
pool_id: Pubkey,
},
Raffles {
pool_id: Pubkey,
},
GuildKit,
GameState,
MatchMaking,
}
Variants§
Assembler
Fields
§
assembler_id: Pubkey
AssetManager
Fields
§
asset_manager_id: Pubkey
TokenManager
Paywall
Staking
Fields
§
pool_id: Pubkey
Missions
Fields
§
pool_id: Pubkey
Raffles
Fields
§
pool_id: Pubkey
GuildKit
GameState
MatchMaking
Trait Implementations§
source§impl PartialEq<Service> for Service
impl PartialEq<Service> for Service
impl StructuralPartialEq for Service
Auto Trait Implementations§
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
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