Struct tui_tree_widget::Tree
source · [−]pub struct Tree<'a> { /* private fields */ }Implementations
sourceimpl<'a> Tree<'a>
impl<'a> Tree<'a>
pub fn new<T>(items: T) -> Self where
T: Into<Vec<TreeItem<'a>>>,
pub fn block(self, block: Block<'a>) -> Self
pub const fn style(self, style: Style) -> Self
pub const fn highlight_symbol(self, highlight_symbol: &'a str) -> Self
pub const fn highlight_style(self, style: Style) -> Self
pub const fn start_corner(self, corner: Corner) -> Self
Trait Implementations
sourceimpl<'a> StatefulWidget for Tree<'a>
impl<'a> StatefulWidget for Tree<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Tree<'a>
impl<'a> Send for Tree<'a>
impl<'a> Sync for Tree<'a>
impl<'a> Unpin for Tree<'a>
impl<'a> UnwindSafe for Tree<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more