pub struct ActiveInfo {
pub tab_id: TabId,
pub window_id: i32,
}Expand description
Fields§
§tab_id: TabId§window_id: i32Trait Implementations§
Source§impl Debug for ActiveInfo
impl Debug for ActiveInfo
Source§impl<'de> Deserialize<'de> for ActiveInfo
impl<'de> Deserialize<'de> for ActiveInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<TabActiveInfo> for ActiveInfo
impl From<TabActiveInfo> for ActiveInfo
Source§fn from(info: TabActiveInfo) -> Self
fn from(info: TabActiveInfo) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ActiveInfo
impl RefUnwindSafe for ActiveInfo
impl Send for ActiveInfo
impl Sync for ActiveInfo
impl Unpin for ActiveInfo
impl UnwindSafe for ActiveInfo
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