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