Struct FocusTarget
pub struct FocusTarget(/* private fields */);Expand description
A focus target identifier.
Implementations§
§impl FocusTarget
impl FocusTarget
Trait Implementations§
§impl AsRef<str> for FocusTarget
impl AsRef<str> for FocusTarget
§impl Clone for FocusTarget
impl Clone for FocusTarget
§fn clone(&self) -> FocusTarget
fn clone(&self) -> FocusTarget
Returns a duplicate 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 more§impl Debug for FocusTarget
impl Debug for FocusTarget
§impl Hash for FocusTarget
impl Hash for FocusTarget
§impl Ord for FocusTarget
impl Ord for FocusTarget
§impl PartialEq for FocusTarget
impl PartialEq for FocusTarget
§impl PartialOrd for FocusTarget
impl PartialOrd for FocusTarget
impl Eq for FocusTarget
impl StructuralPartialEq for FocusTarget
Auto Trait Implementations§
impl Freeze for FocusTarget
impl RefUnwindSafe for FocusTarget
impl Send for FocusTarget
impl Sync for FocusTarget
impl Unpin for FocusTarget
impl UnsafeUnpin for FocusTarget
impl UnwindSafe for FocusTarget
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