pub struct Focused {
pub before: LocList,
pub focus: LocList,
pub after: LocList,
}Fields§
§before: LocList§focus: LocList§after: LocListImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Focused
impl RefUnwindSafe for Focused
impl Send for Focused
impl Sync for Focused
impl Unpin for Focused
impl UnwindSafe for Focused
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