[][src]Struct lll::ui::tab::Tab

pub struct Tab {
    pub title: u32,
    pub parent_view: PathBuf,
    pub current_view: PathBuf,
    pub focused: HashMap<PathBuf, usize>,
}

Fields

title: u32parent_view: PathBufcurrent_view: PathBuffocused: HashMap<PathBuf, usize>

Methods

impl Tab[src]

pub fn from(title: u32, path: &PathBuf) -> Result<Self>[src]

pub fn go_back(&mut self)[src]

pub fn go_forward(&mut self, path: PathBuf)[src]

Trait Implementations

impl Debug for Tab[src]

Auto Trait Implementations

impl Send for Tab

impl Sync for Tab

impl Unpin for Tab

impl UnwindSafe for Tab

impl RefUnwindSafe for Tab

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> With for T[src]

impl<T> Erased for T