pub struct ModifyWorkspacePropertiesRequest {
pub workspace_id: String,
pub workspace_properties: WorkspaceProperties,
}Fields§
§workspace_id: StringThe identifier of the WorkSpace.
workspace_properties: WorkspacePropertiesThe properties of the WorkSpace.
Trait Implementations§
Source§impl Clone for ModifyWorkspacePropertiesRequest
impl Clone for ModifyWorkspacePropertiesRequest
Source§fn clone(&self) -> ModifyWorkspacePropertiesRequest
fn clone(&self) -> ModifyWorkspacePropertiesRequest
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 Default for ModifyWorkspacePropertiesRequest
impl Default for ModifyWorkspacePropertiesRequest
Source§fn default() -> ModifyWorkspacePropertiesRequest
fn default() -> ModifyWorkspacePropertiesRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyWorkspacePropertiesRequest
impl PartialEq for ModifyWorkspacePropertiesRequest
Source§fn eq(&self, other: &ModifyWorkspacePropertiesRequest) -> bool
fn eq(&self, other: &ModifyWorkspacePropertiesRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyWorkspacePropertiesRequest
Auto Trait Implementations§
impl Freeze for ModifyWorkspacePropertiesRequest
impl RefUnwindSafe for ModifyWorkspacePropertiesRequest
impl Send for ModifyWorkspacePropertiesRequest
impl Sync for ModifyWorkspacePropertiesRequest
impl Unpin for ModifyWorkspacePropertiesRequest
impl UnwindSafe for ModifyWorkspacePropertiesRequest
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