pub struct ClientPropertiesResult {
pub client_properties: Option<ClientProperties>,
pub resource_id: Option<String>,
}Expand description
Information about the Amazon WorkSpaces client.
Fields§
§client_properties: Option<ClientProperties>Information about the Amazon WorkSpaces client.
resource_id: Option<String>The resource identifier, in the form of a directory ID.
Trait Implementations§
Source§impl Clone for ClientPropertiesResult
impl Clone for ClientPropertiesResult
Source§fn clone(&self) -> ClientPropertiesResult
fn clone(&self) -> ClientPropertiesResult
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 Debug for ClientPropertiesResult
impl Debug for ClientPropertiesResult
Source§impl Default for ClientPropertiesResult
impl Default for ClientPropertiesResult
Source§fn default() -> ClientPropertiesResult
fn default() -> ClientPropertiesResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientPropertiesResult
impl<'de> Deserialize<'de> for ClientPropertiesResult
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 ClientPropertiesResult
impl PartialEq for ClientPropertiesResult
impl StructuralPartialEq for ClientPropertiesResult
Auto Trait Implementations§
impl Freeze for ClientPropertiesResult
impl RefUnwindSafe for ClientPropertiesResult
impl Send for ClientPropertiesResult
impl Sync for ClientPropertiesResult
impl Unpin for ClientPropertiesResult
impl UnwindSafe for ClientPropertiesResult
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