pub struct TabsPropsBuilder { /* private fields */ }Implementations§
Source§impl TabsPropsBuilder
impl TabsPropsBuilder
pub fn id(self, val: impl Into<Option<Cow<'static, str>>>) -> Self
pub fn tabsets(self, val: Vec<TabSet>) -> Self
pub fn default_tab_index(self, val: usize) -> Self
pub fn orientation(self, val: TabsOrientation) -> Self
pub fn class(self, val: impl Into<Option<Cow<'static, str>>>) -> Self
pub fn attrs(self, val: AttrMap) -> Self
pub fn build(self) -> TabsProps
Trait Implementations§
Source§impl From<TabsPropsBuilder> for TabsProps
impl From<TabsPropsBuilder> for TabsProps
Source§fn from(b: TabsPropsBuilder) -> Self
fn from(b: TabsPropsBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TabsPropsBuilder
impl RefUnwindSafe for TabsPropsBuilder
impl Send for TabsPropsBuilder
impl Sync for TabsPropsBuilder
impl Unpin for TabsPropsBuilder
impl UnsafeUnpin for TabsPropsBuilder
impl UnwindSafe for TabsPropsBuilder
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