pub struct WorkspacesGetWorkspaceResultWorkspace {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 WorkspacesGetWorkspaceResultWorkspace
impl Clone for WorkspacesGetWorkspaceResultWorkspace
Source§fn clone(&self) -> WorkspacesGetWorkspaceResultWorkspace
fn clone(&self) -> WorkspacesGetWorkspaceResultWorkspace
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 WorkspacesGetWorkspaceResultWorkspace
impl Default for WorkspacesGetWorkspaceResultWorkspace
Source§fn default() -> WorkspacesGetWorkspaceResultWorkspace
fn default() -> WorkspacesGetWorkspaceResultWorkspace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspacesGetWorkspaceResultWorkspace
impl<'de> Deserialize<'de> for WorkspacesGetWorkspaceResultWorkspace
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 WorkspacesGetWorkspaceResultWorkspace
impl RefUnwindSafe for WorkspacesGetWorkspaceResultWorkspace
impl Send for WorkspacesGetWorkspaceResultWorkspace
impl Sync for WorkspacesGetWorkspaceResultWorkspace
impl Unpin for WorkspacesGetWorkspaceResultWorkspace
impl UnsafeUnpin for WorkspacesGetWorkspaceResultWorkspace
impl UnwindSafe for WorkspacesGetWorkspaceResultWorkspace
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