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