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