pub struct GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem {
pub deactivated: Option<bool>,
pub id: Option<String>,
pub name: Option<String>,
pub uid: Option<String>,
}
Fields§
§deactivated: Option<bool>
If true, the mock server is not active. Mock servers deactivate when a linked collection or environment is deleted.
id: Option<String>
The mock server’s ID.
name: Option<String>
The mock server’s name.
uid: Option<String>
The mock server’s unique ID.
Trait Implementations§
Source§impl Clone for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl Clone for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
Source§fn clone(&self) -> GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
fn clone(&self) -> GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
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 GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl<'de> Deserialize<'de> for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
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 GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl PartialEq for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
Source§fn eq(&self, other: &GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem) -> bool
fn eq(&self, other: &GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
Auto Trait Implementations§
impl Freeze for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl RefUnwindSafe for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl Send for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl Sync for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl Unpin for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
impl UnwindSafe for GetWorkspacesWorkspaceIdResponseWorkspaceMocksItem
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