pub struct ReadyData {
pub tab_id: u32,
pub session_id: u32,
}Expand description
Data received in the READY handshake message.
The extension sends this immediately after connecting to provide initial tab and session information.
Fields§
§tab_id: u32Initial tab ID from Firefox.
session_id: u32Session ID.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadyData
impl RefUnwindSafe for ReadyData
impl Send for ReadyData
impl Sync for ReadyData
impl Unpin for ReadyData
impl UnwindSafe for ReadyData
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