pub struct FocusedOn<W>(/* private fields */);Expand description
Trait Implementations§
Source§impl<W1: Widget, W2: Widget + ?Sized, W3: Widget + ?Sized> PartialEq<(Handle<W2>, Handle<W3>)> for FocusedOn<W1>
impl<W1: Widget, W2: Widget + ?Sized, W3: Widget + ?Sized> PartialEq<(Handle<W2>, Handle<W3>)> for FocusedOn<W1>
Auto Trait Implementations§
impl<W> Freeze for FocusedOn<W>
impl<W> !RefUnwindSafe for FocusedOn<W>
impl<W> Send for FocusedOn<W>
impl<W> Sync for FocusedOn<W>
impl<W> Unpin for FocusedOn<W>
impl<W> UnsafeUnpin for FocusedOn<W>
impl<W> !UnwindSafe for FocusedOn<W>
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