pub struct NormalLayout {
pub mana_cost: Option<ManaCost>,
pub card_type: TypeLine,
pub abilities: AbilityTree,
}Fields§
§mana_cost: Option<ManaCost>§card_type: TypeLine§abilities: AbilityTreeTrait Implementations§
Source§impl Clone for NormalLayout
impl Clone for NormalLayout
Source§fn clone(&self) -> NormalLayout
fn clone(&self) -> NormalLayout
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 NormalLayout
impl Debug for NormalLayout
Source§impl<'de> Deserialize<'de> for NormalLayout
impl<'de> Deserialize<'de> for NormalLayout
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 LayoutImpl for NormalLayout
impl LayoutImpl for NormalLayout
Auto Trait Implementations§
impl Freeze for NormalLayout
impl RefUnwindSafe for NormalLayout
impl Send for NormalLayout
impl Sync for NormalLayout
impl Unpin for NormalLayout
impl UnwindSafe for NormalLayout
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