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