pub struct TabState {
pub left: FilerState,
pub right: FilerState,
pub active_panel: usize,
}Fields§
§left: FilerState§right: FilerState§active_panel: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TabState
impl RefUnwindSafe for TabState
impl Send for TabState
impl Sync for TabState
impl Unpin for TabState
impl UnsafeUnpin for TabState
impl UnwindSafe for TabState
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