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