pub struct TabPanel {
pub tabs: Vec<TabPanelTab>,
pub active: String,
pub orientation: String,
}Fields§
§tabs: Vec<TabPanelTab>§active: String§orientation: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TabPanel
impl RefUnwindSafe for TabPanel
impl Send for TabPanel
impl Sync for TabPanel
impl Unpin for TabPanel
impl UnwindSafe for TabPanel
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