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