pub struct TabsState<TP: TabsPolicy> { /* private fields */ }Expand description
This is the current state of the tabs widget as a whole. This expands the input data to include a policy that determines how tabs are derived, and the index of the currently selected tab
Implementations§
Source§impl<TP: TabsPolicy> TabsState<TP>
impl<TP: TabsPolicy> TabsState<TP>
Trait Implementations§
Auto Trait Implementations§
impl<TP> Freeze for TabsState<TP>
impl<TP> RefUnwindSafe for TabsState<TP>
impl<TP> Send for TabsState<TP>
impl<TP> Sync for TabsState<TP>
impl<TP> Unpin for TabsState<TP>
impl<TP> UnwindSafe for TabsState<TP>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.