pub struct ModifyClientPropertiesRequest {
pub client_properties: ClientProperties,
pub resource_id: String,
}Fields§
§client_properties: ClientPropertiesInformation about the Amazon WorkSpaces client.
resource_id: StringThe resource identifiers, in the form of directory IDs.
Trait Implementations§
Source§impl Clone for ModifyClientPropertiesRequest
impl Clone for ModifyClientPropertiesRequest
Source§fn clone(&self) -> ModifyClientPropertiesRequest
fn clone(&self) -> ModifyClientPropertiesRequest
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 ModifyClientPropertiesRequest
impl Default for ModifyClientPropertiesRequest
Source§fn default() -> ModifyClientPropertiesRequest
fn default() -> ModifyClientPropertiesRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyClientPropertiesRequest
impl PartialEq for ModifyClientPropertiesRequest
Source§fn eq(&self, other: &ModifyClientPropertiesRequest) -> bool
fn eq(&self, other: &ModifyClientPropertiesRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyClientPropertiesRequest
Auto Trait Implementations§
impl Freeze for ModifyClientPropertiesRequest
impl RefUnwindSafe for ModifyClientPropertiesRequest
impl Send for ModifyClientPropertiesRequest
impl Sync for ModifyClientPropertiesRequest
impl Unpin for ModifyClientPropertiesRequest
impl UnwindSafe for ModifyClientPropertiesRequest
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