pub struct Tabline {
tabs: Notebook,
state: Rc<RefCell<State>>,
switch_handler_id: SignalHandlerId,
}
Fields§
§tabs: Notebook
§state: Rc<RefCell<State>>
§switch_handler_id: SignalHandlerId
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tabline
impl !RefUnwindSafe for Tabline
impl !Send for Tabline
impl !Sync for Tabline
impl Unpin for Tabline
impl !UnwindSafe for Tabline
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