Struct ambient_ui::tabs::Tabs
source · pub struct Tabs<T: ToString + PartialEq + Default + Clone + Debug + Sync + Send + 'static> { /* private fields */ }
Expand description
A set of tabs. Contains a TabBar
and the content of the selected tab.
Implementations§
Trait Implementations§
source§impl<T: Clone + ToString + PartialEq + Default + Clone + Debug + Sync + Send + 'static> Clone for Tabs<T>
impl<T: Clone + ToString + PartialEq + Default + Clone + Debug + Sync + Send + 'static> Clone for Tabs<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Tabs<T>
impl<T> Send for Tabs<T>
impl<T> Sync for Tabs<T>
impl<T> Unpin for Tabs<T>where
T: Unpin,
impl<T> !UnwindSafe for Tabs<T>
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> Downcast for T
impl<T> Downcast for T
source§impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
source§impl<T> ElementComponentName for T
impl<T> ElementComponentName for T
source§fn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.