pub enum GameEmbeds {
Levels,
Categories,
Moderators,
Gametypes,
Platforms,
Regions,
Genres,
Engines,
Developers,
Publishers,
Variables,
}Expand description
Embeds available for games
NOTE: Embeds can be nested. That is not handled by this API.
Variants§
Levels
Embed all levels defined for the game.
Categories
Embed all categories defined for the game.
Moderators
Embed moderators as full user resources.
Gametypes
Embed all assigned gametypes.
Platforms
Embed all assigned platforms.
Regions
Embed all assigned regions.
Genres
Embed all assigned genres.
Engines
Embed all assigned engines.
Developers
Embed all assigned developers.
Publishers
Embed all assigned publishers.
Variables
Embed all variables defined for the game.
Trait Implementations§
Source§impl Clone for GameEmbeds
impl Clone for GameEmbeds
Source§fn clone(&self) -> GameEmbeds
fn clone(&self) -> GameEmbeds
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 GameEmbeds
impl Debug for GameEmbeds
Source§impl From<&GameEmbeds> for &'static str
impl From<&GameEmbeds> for &'static str
Source§fn from(value: &GameEmbeds) -> Self
fn from(value: &GameEmbeds) -> Self
Converts to this type from the input type.
Source§impl Ord for GameEmbeds
impl Ord for GameEmbeds
Source§fn cmp(&self, other: &GameEmbeds) -> Ordering
fn cmp(&self, other: &GameEmbeds) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GameEmbeds
impl PartialEq for GameEmbeds
Source§impl PartialOrd for GameEmbeds
impl PartialOrd for GameEmbeds
impl Eq for GameEmbeds
impl StructuralPartialEq for GameEmbeds
Auto Trait Implementations§
impl Freeze for GameEmbeds
impl RefUnwindSafe for GameEmbeds
impl Send for GameEmbeds
impl Sync for GameEmbeds
impl Unpin for GameEmbeds
impl UnwindSafe for GameEmbeds
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.