pub struct GetWorkspacesWorkspaceIdResponse {
pub workspace: Option<GetWorkspacesWorkspaceIdResponseWorkspace>,
}
Fields§
§workspace: Option<GetWorkspacesWorkspaceIdResponseWorkspace>
Information about the workspace.
Trait Implementations§
Source§impl Clone for GetWorkspacesWorkspaceIdResponse
impl Clone for GetWorkspacesWorkspaceIdResponse
Source§fn clone(&self) -> GetWorkspacesWorkspaceIdResponse
fn clone(&self) -> GetWorkspacesWorkspaceIdResponse
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 GetWorkspacesWorkspaceIdResponse
impl<'de> Deserialize<'de> for GetWorkspacesWorkspaceIdResponse
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 GetWorkspacesWorkspaceIdResponse
impl PartialEq for GetWorkspacesWorkspaceIdResponse
Source§fn eq(&self, other: &GetWorkspacesWorkspaceIdResponse) -> bool
fn eq(&self, other: &GetWorkspacesWorkspaceIdResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetWorkspacesWorkspaceIdResponse
Auto Trait Implementations§
impl Freeze for GetWorkspacesWorkspaceIdResponse
impl RefUnwindSafe for GetWorkspacesWorkspaceIdResponse
impl Send for GetWorkspacesWorkspaceIdResponse
impl Sync for GetWorkspacesWorkspaceIdResponse
impl Unpin for GetWorkspacesWorkspaceIdResponse
impl UnwindSafe for GetWorkspacesWorkspaceIdResponse
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