pub enum AvailableMicroservices {
Show 16 variants
TestImage,
TestMint,
Auth,
Blockchain,
Coins,
Missions,
Rankings,
RapidMessaging,
RoomCreator,
RoomInventory,
RoomSnapshot,
SendEmail,
Showcase,
Social,
SocialMediaRooms,
Storage,
}
Variants§
TestImage
TestMint
Auth
Blockchain
Coins
Missions
Rankings
RapidMessaging
RoomCreator
RoomInventory
RoomSnapshot
SendEmail
Showcase
Social
SocialMediaRooms
Storage
Trait Implementations§
Source§impl AsRef<str> for AvailableMicroservices
impl AsRef<str> for AvailableMicroservices
Source§impl Clone for AvailableMicroservices
impl Clone for AvailableMicroservices
Source§fn clone(&self) -> AvailableMicroservices
fn clone(&self) -> AvailableMicroservices
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 AvailableMicroservices
impl Debug for AvailableMicroservices
Source§impl<'de> Deserialize<'de> for AvailableMicroservices
impl<'de> Deserialize<'de> for AvailableMicroservices
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for AvailableMicroservices
impl FromStr for AvailableMicroservices
Source§impl PartialEq for AvailableMicroservices
impl PartialEq for AvailableMicroservices
Source§impl Serialize for AvailableMicroservices
impl Serialize for AvailableMicroservices
Source§impl TryFrom<&str> for AvailableMicroservices
impl TryFrom<&str> for AvailableMicroservices
impl Eq for AvailableMicroservices
impl StructuralPartialEq for AvailableMicroservices
Auto Trait Implementations§
impl Freeze for AvailableMicroservices
impl RefUnwindSafe for AvailableMicroservices
impl Send for AvailableMicroservices
impl Sync for AvailableMicroservices
impl Unpin for AvailableMicroservices
impl UnwindSafe for AvailableMicroservices
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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