pub struct originalDialogue;
Trait Implementations§
Source§impl Field for originalDialogue
impl Field for originalDialogue
Auto Trait Implementations§
impl Freeze for originalDialogue
impl RefUnwindSafe for originalDialogue
impl Send for originalDialogue
impl Sync for originalDialogue
impl Unpin for originalDialogue
impl UnwindSafe for originalDialogue
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