pub struct WindowInfo<S> {
pub window: Window<S>,
pub tabs: Vec<TabInfo<S>>,
}Expand description
A window and its tabs, as returned by App::list_sessions.
Fields§
§window: Window<S>§tabs: Vec<TabInfo<S>>Auto Trait Implementations§
impl<S> Freeze for WindowInfo<S>
impl<S> !RefUnwindSafe for WindowInfo<S>
impl<S> Send for WindowInfo<S>where
S: Send,
impl<S> Sync for WindowInfo<S>where
S: Send,
impl<S> Unpin for WindowInfo<S>
impl<S> UnsafeUnpin for WindowInfo<S>
impl<S> !UnwindSafe for WindowInfo<S>
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