pub struct PlayActionResult {
pub changed: bool,
pub exit_location: PlayExitLocation,
pub metadata: Option<Metadata>,
}
Fields§
§changed: bool
§exit_location: PlayExitLocation
§metadata: Option<Metadata>
Trait Implementations§
source§impl Clone for PlayActionResult
impl Clone for PlayActionResult
source§fn clone(&self) -> PlayActionResult
fn clone(&self) -> PlayActionResult
Returns a copy 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 PlayActionResult
impl Debug for PlayActionResult
source§impl PartialEq for PlayActionResult
impl PartialEq for PlayActionResult
impl Eq for PlayActionResult
impl StructuralPartialEq for PlayActionResult
Auto Trait Implementations§
impl Freeze for PlayActionResult
impl RefUnwindSafe for PlayActionResult
impl Send for PlayActionResult
impl Sync for PlayActionResult
impl Unpin for PlayActionResult
impl UnwindSafe for PlayActionResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)