Struct bitsy_parser::ExitInstance [−][src]
pub struct ExitInstance { /* fields omitted */ }
Expand description
a Room can have many Exits in different positions, optionally with a transition and dialogue todo make a from_str() function for this
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExitInstance
impl Send for ExitInstance
impl Sync for ExitInstance
impl Unpin for ExitInstance
impl UnwindSafe for ExitInstance
Blanket Implementations
Mutably borrows from an owned value. Read more