pub struct IdentifyContext {
pub window_id: WindowId,
pub workspace_id: WorkspaceId,
pub workspace_label: String,
pub workspace_window_id: Option<WorkspaceWindowId>,
pub pane_id: PaneId,
pub surface_id: SurfaceId,
pub surface_kind: PaneKind,
pub title: Option<String>,
pub cwd: Option<String>,
pub url: Option<String>,
pub loading: Option<bool>,
}Fields§
§window_id: WindowId§workspace_id: WorkspaceId§workspace_label: String§workspace_window_id: Option<WorkspaceWindowId>§pane_id: PaneId§surface_id: SurfaceId§surface_kind: PaneKind§title: Option<String>§cwd: Option<String>§url: Option<String>§loading: Option<bool>Trait Implementations§
Source§impl Clone for IdentifyContext
impl Clone for IdentifyContext
Source§fn clone(&self) -> IdentifyContext
fn clone(&self) -> IdentifyContext
Returns a duplicate of the value. Read more
1.0.0 · 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 IdentifyContext
impl Debug for IdentifyContext
Source§impl<'de> Deserialize<'de> for IdentifyContext
impl<'de> Deserialize<'de> for IdentifyContext
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 PartialEq for IdentifyContext
impl PartialEq for IdentifyContext
Source§impl Serialize for IdentifyContext
impl Serialize for IdentifyContext
impl Eq for IdentifyContext
impl StructuralPartialEq for IdentifyContext
Auto Trait Implementations§
impl Freeze for IdentifyContext
impl RefUnwindSafe for IdentifyContext
impl Send for IdentifyContext
impl Sync for IdentifyContext
impl Unpin for IdentifyContext
impl UnsafeUnpin for IdentifyContext
impl UnwindSafe for IdentifyContext
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.