pub struct TrustedControlPageNavigation {
pub tab_id: String,
pub browser_session_id: u64,
}Expand description
Opaque identity of a newly requested trusted control-page navigation.
Document authority is intentionally absent: only the native navigation commit can mint and activate it.
Fields§
§tab_id: String§browser_session_id: u64Trait 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