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