Expand description
Position (or rather information) for a tab page.
Fields
tooltip: Option<String>
The tooltip of the tab page.
title: Option<String>
The title of the tab page.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TabPageInfo
impl Send for TabPageInfo
impl Sync for TabPageInfo
impl Unpin for TabPageInfo
impl UnwindSafe for TabPageInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more