pub struct WorkspaceAgentSummary {
pub workspace_window_id: WorkspaceWindowId,
pub pane_id: PaneId,
pub surface_id: SurfaceId,
pub agent_kind: String,
pub title: Option<String>,
pub state: WorkspaceAgentState,
pub last_signal_at: Option<OffsetDateTime>,
}Fields§
§workspace_window_id: WorkspaceWindowId§pane_id: PaneId§surface_id: SurfaceId§agent_kind: String§title: Option<String>§state: WorkspaceAgentState§last_signal_at: Option<OffsetDateTime>Trait Implementations§
Source§impl Clone for WorkspaceAgentSummary
impl Clone for WorkspaceAgentSummary
Source§fn clone(&self) -> WorkspaceAgentSummary
fn clone(&self) -> WorkspaceAgentSummary
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 WorkspaceAgentSummary
impl Debug for WorkspaceAgentSummary
Source§impl<'de> Deserialize<'de> for WorkspaceAgentSummary
impl<'de> Deserialize<'de> for WorkspaceAgentSummary
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 WorkspaceAgentSummary
impl PartialEq for WorkspaceAgentSummary
Source§impl Serialize for WorkspaceAgentSummary
impl Serialize for WorkspaceAgentSummary
impl Eq for WorkspaceAgentSummary
impl StructuralPartialEq for WorkspaceAgentSummary
Auto Trait Implementations§
impl Freeze for WorkspaceAgentSummary
impl RefUnwindSafe for WorkspaceAgentSummary
impl Send for WorkspaceAgentSummary
impl Sync for WorkspaceAgentSummary
impl Unpin for WorkspaceAgentSummary
impl UnsafeUnpin for WorkspaceAgentSummary
impl UnwindSafe for WorkspaceAgentSummary
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.