pub enum RunEmbeds {
Game,
Category,
Level,
Players,
Region,
Platform,
}Expand description
Variants§
Game
Embeds the full game resource.
Category
Embeds the category resource for the run.
Level
Embeds the level for the run. This can be empty if it is a full-game run.
Players
Embeds the full user/guest resource in place of the players field.
Region
Embeds the full region resource. Can be empty if no region was set.
Platform
Embeds the full platform resource. Can be empty if no platform was set.
Trait Implementations§
Source§impl Ord for RunEmbeds
impl Ord for RunEmbeds
Source§impl PartialOrd for RunEmbeds
impl PartialOrd for RunEmbeds
impl Eq for RunEmbeds
impl StructuralPartialEq for RunEmbeds
Auto Trait Implementations§
impl Freeze for RunEmbeds
impl RefUnwindSafe for RunEmbeds
impl Send for RunEmbeds
impl Sync for RunEmbeds
impl Unpin for RunEmbeds
impl UnwindSafe for RunEmbeds
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.