pub struct WorkspaceUpdateParameters {
pub tags: Option<Value>,
pub properties: Option<WorkspacePropertiesUpdateParameters>,
}Expand description
The parameters for updating a machine learning team account workspace.
Fields§
The resource tags for the machine learning team account workspace.
properties: Option<WorkspacePropertiesUpdateParameters>The parameters for updating the properties of a machine learning team account workspace.
Implementations§
Trait Implementations§
Source§impl Clone for WorkspaceUpdateParameters
impl Clone for WorkspaceUpdateParameters
Source§fn clone(&self) -> WorkspaceUpdateParameters
fn clone(&self) -> WorkspaceUpdateParameters
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 Debug for WorkspaceUpdateParameters
impl Debug for WorkspaceUpdateParameters
Source§impl Default for WorkspaceUpdateParameters
impl Default for WorkspaceUpdateParameters
Source§fn default() -> WorkspaceUpdateParameters
fn default() -> WorkspaceUpdateParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceUpdateParameters
impl<'de> Deserialize<'de> for WorkspaceUpdateParameters
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 WorkspaceUpdateParameters
impl PartialEq for WorkspaceUpdateParameters
Source§fn eq(&self, other: &WorkspaceUpdateParameters) -> bool
fn eq(&self, other: &WorkspaceUpdateParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkspaceUpdateParameters
Auto Trait Implementations§
impl Freeze for WorkspaceUpdateParameters
impl RefUnwindSafe for WorkspaceUpdateParameters
impl Send for WorkspaceUpdateParameters
impl Sync for WorkspaceUpdateParameters
impl Unpin for WorkspaceUpdateParameters
impl UnsafeUnpin for WorkspaceUpdateParameters
impl UnwindSafe for WorkspaceUpdateParameters
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