pub struct Legalities {Show 21 fields
pub standard: String,
pub future: String,
pub historic: String,
pub timeless: String,
pub gladiator: String,
pub pioneer: String,
pub modern: String,
pub legacy: String,
pub pauper: String,
pub vintage: String,
pub penny: String,
pub commander: String,
pub oathbreaker: String,
pub standardbrawl: String,
pub brawl: String,
pub alchemy: String,
pub paupercommander: String,
pub duel: String,
pub oldschool: String,
pub premodern: String,
pub predh: String,
}Fields§
§standard: String§future: String§historic: String§timeless: String§gladiator: String§pioneer: String§modern: String§legacy: String§pauper: String§vintage: String§penny: String§commander: String§oathbreaker: String§standardbrawl: String§brawl: String§alchemy: String§paupercommander: String§duel: String§oldschool: String§premodern: String§predh: StringTrait Implementations§
Source§impl Clone for Legalities
impl Clone for Legalities
Source§fn clone(&self) -> Legalities
fn clone(&self) -> Legalities
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 Legalities
impl Debug for Legalities
Source§impl<'de> Deserialize<'de> for Legalities
impl<'de> Deserialize<'de> for Legalities
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
Auto Trait Implementations§
impl Freeze for Legalities
impl RefUnwindSafe for Legalities
impl Send for Legalities
impl Sync for Legalities
impl Unpin for Legalities
impl UnwindSafe for Legalities
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