pub struct focusout;
Expand description
The focusout
event, which receives FocusEvent as its argument.
Trait Implementations§
source§impl EventDescriptor for focusout
impl EventDescriptor for focusout
§type EventType = FocusEvent
type EventType = FocusEvent
The
web_sys
event type, such as web_sys::MouseEvent
.source§fn event_delegation_key(&self) -> Cow<'static, str>
fn event_delegation_key(&self) -> Cow<'static, str>
The key used for event delegation.
impl Copy for focusout
Auto Trait Implementations§
impl RefUnwindSafe for focusout
impl Send for focusout
impl Sync for focusout
impl Unpin for focusout
impl UnwindSafe for focusout
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