Enum tauri_runtime_wry::WebviewEvent
source · pub enum WebviewEvent {
Focused(bool),
}
Variants§
Trait Implementations§
source§impl Clone for WebviewEvent
impl Clone for WebviewEvent
source§fn clone(&self) -> WebviewEvent
fn clone(&self) -> WebviewEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WebviewEvent
impl Debug for WebviewEvent
source§impl From<&WebviewEvent> for WindowEventWrapper
impl From<&WebviewEvent> for WindowEventWrapper
source§fn from(event: &WebviewEvent) -> Self
fn from(event: &WebviewEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WebviewEvent
impl RefUnwindSafe for WebviewEvent
impl Send for WebviewEvent
impl Sync for WebviewEvent
impl Unpin for WebviewEvent
impl UnwindSafe for WebviewEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)