pub struct Tablist;Expand description
Handles tab-list mechanics, including custom messages.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tablist
impl RefUnwindSafe for Tablist
impl Send for Tablist
impl Sync for Tablist
impl Unpin for Tablist
impl UnsafeUnpin for Tablist
impl UnwindSafe for Tablist
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