pub struct Besida {
pub name: String,
/* private fields */
}
Fields§
§name: String
Implementations§
source§impl Besida
impl Besida
pub fn new(dialogue_file_path: &Path) -> Self
pub fn next_node(&mut self)
pub fn prev_node(&mut self)
pub fn set_node_index(&mut self, index: usize)
pub fn get_node(&self) -> Option<&DialogueNode>
pub fn get_node_mut(&mut self) -> Option<&mut DialogueNode>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Besida
impl Send for Besida
impl Sync for Besida
impl Unpin for Besida
impl UnwindSafe for Besida
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