pub struct PutWorkspacesWorkspaceIdBodyWorkspace {
pub description: Option<String>,
pub name: Option<String>,
pub put_workspaces_workspace_id_body_workspace_type: Option<WorkspaceVisibility>,
}Fields§
§description: Option<String>The new workspace description.
name: Option<String>The workspace’s new name.
put_workspaces_workspace_id_body_workspace_type: Option<WorkspaceVisibility>The new workspace visibility type. This property does not support the following workspace visibility changes:
privatetopublicpublictoprivateprivatetopersonalteamtopersonalpublictopersonalfor a team user
Trait Implementations§
Source§impl Clone for PutWorkspacesWorkspaceIdBodyWorkspace
impl Clone for PutWorkspacesWorkspaceIdBodyWorkspace
Source§fn clone(&self) -> PutWorkspacesWorkspaceIdBodyWorkspace
fn clone(&self) -> PutWorkspacesWorkspaceIdBodyWorkspace
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<'de> Deserialize<'de> for PutWorkspacesWorkspaceIdBodyWorkspace
impl<'de> Deserialize<'de> for PutWorkspacesWorkspaceIdBodyWorkspace
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 PutWorkspacesWorkspaceIdBodyWorkspace
impl PartialEq for PutWorkspacesWorkspaceIdBodyWorkspace
Source§fn eq(&self, other: &PutWorkspacesWorkspaceIdBodyWorkspace) -> bool
fn eq(&self, other: &PutWorkspacesWorkspaceIdBodyWorkspace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutWorkspacesWorkspaceIdBodyWorkspace
Auto Trait Implementations§
impl Freeze for PutWorkspacesWorkspaceIdBodyWorkspace
impl RefUnwindSafe for PutWorkspacesWorkspaceIdBodyWorkspace
impl Send for PutWorkspacesWorkspaceIdBodyWorkspace
impl Sync for PutWorkspacesWorkspaceIdBodyWorkspace
impl Unpin for PutWorkspacesWorkspaceIdBodyWorkspace
impl UnwindSafe for PutWorkspacesWorkspaceIdBodyWorkspace
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