pub struct FocusChange {
pub previous: Option<NodeId>,
pub current: NodeId,
}Fields§
§previous: Option<NodeId>§current: NodeIdTrait Implementations§
Source§impl Clone for FocusChange
impl Clone for FocusChange
Source§fn clone(&self) -> FocusChange
fn clone(&self) -> FocusChange
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 moreAuto Trait Implementations§
impl Freeze for FocusChange
impl RefUnwindSafe for FocusChange
impl Send for FocusChange
impl Sync for FocusChange
impl Unpin for FocusChange
impl UnsafeUnpin for FocusChange
impl UnwindSafe for FocusChange
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