pub struct Nav {
pub index: i32,
pub url: String,
pub title: String,
}Expand description
One back/forward history entry of a tab.
Fields§
§index: i32Position in the tab’s history (as stored on disk).
url: StringPage URL.
title: StringPage title.
Trait Implementations§
Auto Trait Implementations§
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