Struct tui_tree_widget::Flattened
source · pub struct Flattened<'a, Identifier> {
pub identifier: Vec<Identifier>,
pub item: &'a Item<'a, Identifier>,
}Expand description
A flattened item of all visible TreeItems.
Generated via TreeState::flatten.
Fields§
§identifier: Vec<Identifier>§item: &'a Item<'a, Identifier>Implementations§
Auto Trait Implementations§
impl<'a, Identifier> RefUnwindSafe for Flattened<'a, Identifier>where
Identifier: RefUnwindSafe,
impl<'a, Identifier> Send for Flattened<'a, Identifier>
impl<'a, Identifier> Sync for Flattened<'a, Identifier>where
Identifier: Sync,
impl<'a, Identifier> Unpin for Flattened<'a, Identifier>where
Identifier: Unpin,
impl<'a, Identifier> UnwindSafe for Flattened<'a, Identifier>where
Identifier: UnwindSafe + RefUnwindSafe,
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