pub enum Dialect {
Session,
Tabs,
}Expand description
Which command-id mapping a file uses. Session_*/Apps_* files and the
recently-closed Tabs_* files number their commands differently.
Variants§
Session
Live/last windows and PWA apps (Session_*, Apps_*): nav = cmd 6.
Tabs
Recently-closed restore list (Tabs_*): nav = cmd 1.
Trait Implementations§
impl Copy for Dialect
impl Eq for Dialect
impl StructuralPartialEq for Dialect
Auto Trait Implementations§
impl Freeze for Dialect
impl RefUnwindSafe for Dialect
impl Send for Dialect
impl Sync for Dialect
impl Unpin for Dialect
impl UnsafeUnpin for Dialect
impl UnwindSafe for Dialect
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