pub struct WorkspaceAgentView {
pub lifecycle: WorkspaceLifecycle,
pub path: Option<String>,
pub bookmark: Option<String>,
}Fields§
§lifecycle: WorkspaceLifecycle§path: Option<String>§bookmark: Option<String>Trait Implementations§
Source§impl Clone for WorkspaceAgentView
impl Clone for WorkspaceAgentView
Source§fn clone(&self) -> WorkspaceAgentView
fn clone(&self) -> WorkspaceAgentView
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 WorkspaceAgentView
impl Debug for WorkspaceAgentView
Auto Trait Implementations§
impl Freeze for WorkspaceAgentView
impl RefUnwindSafe for WorkspaceAgentView
impl Send for WorkspaceAgentView
impl Sync for WorkspaceAgentView
impl Unpin for WorkspaceAgentView
impl UnsafeUnpin for WorkspaceAgentView
impl UnwindSafe for WorkspaceAgentView
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