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