pub struct TabBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> TabBuilder<'a>
impl<'a> TabBuilder<'a>
pub fn text(self, text: &'a str) -> TabBuilder<'a>
pub fn parent<C: Into<ControlHandle>>(self, p: C) -> TabBuilder<'a>
pub fn image_index(self, index: Option<i32>) -> TabBuilder<'a>
pub fn build(self, out: &mut Tab) -> Result<(), NwgError>
Auto Trait Implementations§
impl<'a> Freeze for TabBuilder<'a>
impl<'a> RefUnwindSafe for TabBuilder<'a>
impl<'a> !Send for TabBuilder<'a>
impl<'a> !Sync for TabBuilder<'a>
impl<'a> Unpin for TabBuilder<'a>
impl<'a> UnwindSafe for TabBuilder<'a>
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