pub struct Ending {
pub id: String,
pub dialogue: String,
}
Fields§
§id: String
§dialogue: String
Implementations§
Trait Implementations§
impl Eq for Ending
impl StructuralPartialEq for Ending
Auto Trait Implementations§
impl Freeze for Ending
impl RefUnwindSafe for Ending
impl Send for Ending
impl Sync for Ending
impl Unpin for Ending
impl UnwindSafe for Ending
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