pub struct FocusId(/* private fields */);Expand description
Unique identifier for focusable nodes.
Implementations§
Trait Implementations§
impl Copy for FocusId
impl Eq for FocusId
impl StructuralPartialEq for FocusId
Auto Trait Implementations§
impl Freeze for FocusId
impl RefUnwindSafe for FocusId
impl Send for FocusId
impl Sync for FocusId
impl Unpin for FocusId
impl UnsafeUnpin for FocusId
impl UnwindSafe for FocusId
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