pub struct UnsafeEventArgs(/* private fields */);Trait Implementations§
Source§impl Debug for UnsafeEventArgs
impl Debug for UnsafeEventArgs
Source§impl<T: Sized> Into<UnsafeEventArgs> for EventArgs<T>
impl<T: Sized> Into<UnsafeEventArgs> for EventArgs<T>
Source§fn into(self) -> UnsafeEventArgs
fn into(self) -> UnsafeEventArgs
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for UnsafeEventArgs
impl RefUnwindSafe for UnsafeEventArgs
impl Send for UnsafeEventArgs
impl Sync for UnsafeEventArgs
impl Unpin for UnsafeEventArgs
impl UnwindSafe for UnsafeEventArgs
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