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