pub struct ClosedBrowserTab {
pub id: String,
pub url: String,
pub title: String,
/* private fields */
}Expand description
Session-only restore metadata. Private/aside tabs never enter this stack.
Fields§
§id: String§url: String§title: StringTrait Implementations§
Source§impl Clone for ClosedBrowserTab
impl Clone for ClosedBrowserTab
Source§impl Debug for ClosedBrowserTab
impl Debug for ClosedBrowserTab
Auto Trait Implementations§
impl Freeze for ClosedBrowserTab
impl RefUnwindSafe for ClosedBrowserTab
impl Send for ClosedBrowserTab
impl Sync for ClosedBrowserTab
impl Unpin for ClosedBrowserTab
impl UnsafeUnpin for ClosedBrowserTab
impl UnwindSafe for ClosedBrowserTab
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