pub struct AttachInfo {
pub new_window_id: i32,
pub new_position: u32,
}Fields§
§new_window_id: i32§new_position: u32Trait Implementations§
Source§impl Debug for AttachInfo
impl Debug for AttachInfo
Source§impl<'de> Deserialize<'de> for AttachInfo
impl<'de> Deserialize<'de> for AttachInfo
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<TabAttachInfo> for AttachInfo
impl From<TabAttachInfo> for AttachInfo
Source§fn from(info: TabAttachInfo) -> Self
fn from(info: TabAttachInfo) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AttachInfo
impl RefUnwindSafe for AttachInfo
impl Send for AttachInfo
impl Sync for AttachInfo
impl Unpin for AttachInfo
impl UnwindSafe for AttachInfo
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