pub enum ScreenshotEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScreenshotEvent
impl RefUnwindSafe for ScreenshotEvent
impl Send for ScreenshotEvent
impl Sync for ScreenshotEvent
impl Unpin for ScreenshotEvent
impl UnwindSafe for ScreenshotEvent
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