pub enum PlaneswalkerType {
Show 91 variants
Abian,
Ajani,
Aminatou,
Angrath,
Arlinn,
Ashiok,
Bob,
Bahamut,
Basri,
Bolas,
Calix,
Chandra,
Comet,
Dack,
Dakkon,
Daretti,
Davriel,
Deb,
Dihada,
Domri,
Dovin,
Duck,
Dungeon,
Ellywick,
Elminster,
Elspeth,
Equipment,
Ersta,
Estrid,
Freyalise,
Garruk,
Gideon,
Grist,
Guff,
Huatli,
Inzerva,
Jace,
Jared,
Jaya,
Jeska,
Kaito,
Karn,
Kasmina,
Kaya,
Kiora,
Koth,
Liliana,
Lolth,
Lukka,
Luxior,
Master,
Minsc,
Mordenkainen,
Nahiri,
Narset,
Niko,
Nissa,
Nixilis,
Oko,
Quintorius,
Ral,
Rowan,
Saheeli,
Samut,
Sarkhan,
Serra,
Sivitri,
Sorin,
Svega,
Szat,
Tamiyo,
Tasha,
Teferi,
Teyo,
Tezzeret,
Tibalt,
Tyvar,
Ugin,
Urza,
Venser,
Vivien,
Vraska,
Vronos,
Wanderer,
Will,
Windgrace,
Wrenn,
Xenagos,
Yanggu,
Yanling,
Zariel,
}Variants§
Abian
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bob
Bahamut
Basri
Bolas
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Deb
Dihada
Domri
Dovin
Duck
Dungeon
Ellywick
Elminster
Elspeth
Equipment
Ersta
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Inzerva
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Luxior
Master
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Svega
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Wanderer
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Implementations§
Trait Implementations§
Source§impl Clone for PlaneswalkerType
impl Clone for PlaneswalkerType
Source§fn clone(&self) -> PlaneswalkerType
fn clone(&self) -> PlaneswalkerType
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 PlaneswalkerType
impl Debug for PlaneswalkerType
Source§impl<'de> Deserialize<'de> for PlaneswalkerType
impl<'de> Deserialize<'de> for PlaneswalkerType
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 Display for PlaneswalkerType
impl Display for PlaneswalkerType
Source§impl FromStr for PlaneswalkerType
impl FromStr for PlaneswalkerType
Source§impl Hash for PlaneswalkerType
impl Hash for PlaneswalkerType
Source§impl Idris for PlaneswalkerType
impl Idris for PlaneswalkerType
Source§impl Ord for PlaneswalkerType
impl Ord for PlaneswalkerType
Source§fn cmp(&self, other: &PlaneswalkerType) -> Ordering
fn cmp(&self, other: &PlaneswalkerType) -> 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 PlaneswalkerType
impl PartialEq for PlaneswalkerType
Source§impl PartialOrd for PlaneswalkerType
impl PartialOrd for PlaneswalkerType
Source§impl Serialize for PlaneswalkerType
impl Serialize for PlaneswalkerType
impl Copy for PlaneswalkerType
impl Eq for PlaneswalkerType
impl StructuralPartialEq for PlaneswalkerType
Auto Trait Implementations§
impl Freeze for PlaneswalkerType
impl RefUnwindSafe for PlaneswalkerType
impl Send for PlaneswalkerType
impl Sync for PlaneswalkerType
impl Unpin for PlaneswalkerType
impl UnwindSafe for PlaneswalkerType
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