pub struct LeadershipSkills {
pub brawl: bool,
pub commander: bool,
pub oathbreaker: bool,
}Expand description
Describes a list of formats that a Card is legal to be your Commander in play formats that utilize Commanders.
Fields§
§brawl: bool§commander: bool§oathbreaker: boolTrait Implementations§
Source§impl Clone for LeadershipSkills
impl Clone for LeadershipSkills
Source§fn clone(&self) -> LeadershipSkills
fn clone(&self) -> LeadershipSkills
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 LeadershipSkills
impl Debug for LeadershipSkills
Source§impl<'de> Deserialize<'de> for LeadershipSkills
impl<'de> Deserialize<'de> for LeadershipSkills
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 LeadershipSkills
impl RefUnwindSafe for LeadershipSkills
impl Send for LeadershipSkills
impl Sync for LeadershipSkills
impl Unpin for LeadershipSkills
impl UnwindSafe for LeadershipSkills
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