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 ExitInstanceimpl Send for ExitInstanceimpl Sync for ExitInstanceimpl Unpin for ExitInstanceimpl UnwindSafe for ExitInstanceBlanket Implementations
Mutably borrows from an owned value. Read more