pub struct LiquidTab {
pub icon: &'static str,
pub label: &'static str,
}Expand description
One tab: icon path data (24×24 viewBox) + label.
Fields§
§icon: &'static str§label: &'static strImplementations§
Trait Implementations§
impl Eq for LiquidTab
impl StructuralPartialEq for LiquidTab
Auto Trait Implementations§
impl Freeze for LiquidTab
impl RefUnwindSafe for LiquidTab
impl Send for LiquidTab
impl Sync for LiquidTab
impl Unpin for LiquidTab
impl UnsafeUnpin for LiquidTab
impl UnwindSafe for LiquidTab
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