pub struct ToggleTrickRoomInstruction {
pub currently_active: bool,
pub new_trickroom_turns_remaining: i8,
pub previous_trickroom_turns_remaining: i8,
}Fields§
§currently_active: bool§new_trickroom_turns_remaining: i8§previous_trickroom_turns_remaining: i8Trait Implementations§
Source§impl Clone for ToggleTrickRoomInstruction
impl Clone for ToggleTrickRoomInstruction
Source§fn clone(&self) -> ToggleTrickRoomInstruction
fn clone(&self) -> ToggleTrickRoomInstruction
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 ToggleTrickRoomInstruction
impl Debug for ToggleTrickRoomInstruction
impl StructuralPartialEq for ToggleTrickRoomInstruction
Auto Trait Implementations§
impl Freeze for ToggleTrickRoomInstruction
impl RefUnwindSafe for ToggleTrickRoomInstruction
impl Send for ToggleTrickRoomInstruction
impl Sync for ToggleTrickRoomInstruction
impl Unpin for ToggleTrickRoomInstruction
impl UnwindSafe for ToggleTrickRoomInstruction
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