pub struct SessionWorkspacesGetWorkspaceResultWorkspace {Show 17 fields
pub branch: Option<String>,
pub chronicle_sync_dismissed: Option<bool>,
pub client_name: Option<String>,
pub created_at: Option<String>,
pub cwd: Option<String>,
pub git_root: Option<String>,
pub host_type: Option<WorkspacesWorkspaceDetailsHostType>,
pub id: String,
pub mc_last_event_id: Option<String>,
pub mc_session_id: Option<String>,
pub mc_task_id: Option<String>,
pub name: Option<String>,
pub remote_steerable: Option<bool>,
pub repository: Option<String>,
pub summary_count: Option<i64>,
pub updated_at: Option<String>,
pub user_named: Option<bool>,
}Fields§
§branch: Option<String>§chronicle_sync_dismissed: Option<bool>§client_name: Option<String>§created_at: Option<String>§cwd: Option<String>§git_root: Option<String>§host_type: Option<WorkspacesWorkspaceDetailsHostType>Allowed values for the WorkspacesWorkspaceDetailsHostType enumeration.
id: String§mc_last_event_id: Option<String>§mc_session_id: Option<String>§mc_task_id: Option<String>§name: Option<String>§remote_steerable: Option<bool>§repository: Option<String>§summary_count: Option<i64>§updated_at: Option<String>§user_named: Option<bool>Trait Implementations§
Source§impl Clone for SessionWorkspacesGetWorkspaceResultWorkspace
impl Clone for SessionWorkspacesGetWorkspaceResultWorkspace
Source§fn clone(&self) -> SessionWorkspacesGetWorkspaceResultWorkspace
fn clone(&self) -> SessionWorkspacesGetWorkspaceResultWorkspace
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 Default for SessionWorkspacesGetWorkspaceResultWorkspace
impl Default for SessionWorkspacesGetWorkspaceResultWorkspace
Source§fn default() -> SessionWorkspacesGetWorkspaceResultWorkspace
fn default() -> SessionWorkspacesGetWorkspaceResultWorkspace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionWorkspacesGetWorkspaceResultWorkspace
impl<'de> Deserialize<'de> for SessionWorkspacesGetWorkspaceResultWorkspace
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 SessionWorkspacesGetWorkspaceResultWorkspace
impl RefUnwindSafe for SessionWorkspacesGetWorkspaceResultWorkspace
impl Send for SessionWorkspacesGetWorkspaceResultWorkspace
impl Sync for SessionWorkspacesGetWorkspaceResultWorkspace
impl Unpin for SessionWorkspacesGetWorkspaceResultWorkspace
impl UnsafeUnpin for SessionWorkspacesGetWorkspaceResultWorkspace
impl UnwindSafe for SessionWorkspacesGetWorkspaceResultWorkspace
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