pub struct TabSelectedPayload {
pub id: String,
}Expand description
Payload of the system-components://tab-selected event emitted on macOS
(iOS delivers the same shape through the plugin event channel).
Fields§
§id: StringTrait Implementations§
Source§impl Clone for TabSelectedPayload
impl Clone for TabSelectedPayload
Source§fn clone(&self) -> TabSelectedPayload
fn clone(&self) -> TabSelectedPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TabSelectedPayload
impl Debug for TabSelectedPayload
Source§impl<'de> Deserialize<'de> for TabSelectedPayload
impl<'de> Deserialize<'de> for TabSelectedPayload
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
Auto Trait Implementations§
impl Freeze for TabSelectedPayload
impl RefUnwindSafe for TabSelectedPayload
impl Send for TabSelectedPayload
impl Sync for TabSelectedPayload
impl Unpin for TabSelectedPayload
impl UnsafeUnpin for TabSelectedPayload
impl UnwindSafe for TabSelectedPayload
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