pub struct FocusPage;
Auto Trait Implementations§
impl Freeze for FocusPage
impl RefUnwindSafe for FocusPage
impl Send for FocusPage
impl Sync for FocusPage
impl Unpin for FocusPage
impl UnwindSafe for FocusPage
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