pub struct TabPanelTab {
pub id: String,
pub title: String,
pub content: String,
}Fields§
§id: String§title: String§content: StringImplementations§
Source§impl TabPanelTab
impl TabPanelTab
Trait Implementations§
Source§impl Clone for TabPanelTab
impl Clone for TabPanelTab
Source§fn clone(&self) -> TabPanelTab
fn clone(&self) -> TabPanelTab
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TabPanelTab
impl Debug for TabPanelTab
Source§impl Default for TabPanelTab
impl Default for TabPanelTab
Source§fn default() -> TabPanelTab
fn default() -> TabPanelTab
Returns the “default value” for a type. Read more
Source§impl Hash for TabPanelTab
impl Hash for TabPanelTab
Source§impl PartialEq for TabPanelTab
impl PartialEq for TabPanelTab
impl Eq for TabPanelTab
impl StructuralPartialEq for TabPanelTab
Auto Trait Implementations§
impl Freeze for TabPanelTab
impl RefUnwindSafe for TabPanelTab
impl Send for TabPanelTab
impl Sync for TabPanelTab
impl Unpin for TabPanelTab
impl UnwindSafe for TabPanelTab
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