pub struct StackItem {
pub id: u32,
pub source: Option<CardId>,
pub controller: PlayerId,
pub effect: EffectRef,
}Fields§
§id: u32§source: Option<CardId>§controller: PlayerId§effect: EffectRefTrait Implementations§
Auto Trait Implementations§
impl Freeze for StackItem
impl RefUnwindSafe for StackItem
impl Send for StackItem
impl Sync for StackItem
impl Unpin for StackItem
impl UnwindSafe for StackItem
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