#[non_exhaustive]pub struct DescribeClientPropertiesOutput { /* private fields */ }Implementations
sourceimpl DescribeClientPropertiesOutput
impl DescribeClientPropertiesOutput
sourcepub fn client_properties_list(&self) -> Option<&[ClientPropertiesResult]>
pub fn client_properties_list(&self) -> Option<&[ClientPropertiesResult]>
Information about the specified Amazon WorkSpaces clients.
sourceimpl DescribeClientPropertiesOutput
impl DescribeClientPropertiesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeClientPropertiesOutput.
Trait Implementations
sourceimpl Clone for DescribeClientPropertiesOutput
impl Clone for DescribeClientPropertiesOutput
sourcefn clone(&self) -> DescribeClientPropertiesOutput
fn clone(&self) -> DescribeClientPropertiesOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeClientPropertiesOutput> for DescribeClientPropertiesOutput
impl PartialEq<DescribeClientPropertiesOutput> for DescribeClientPropertiesOutput
sourcefn eq(&self, other: &DescribeClientPropertiesOutput) -> bool
fn eq(&self, other: &DescribeClientPropertiesOutput) -> bool
impl StructuralPartialEq for DescribeClientPropertiesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeClientPropertiesOutput
impl Send for DescribeClientPropertiesOutput
impl Sync for DescribeClientPropertiesOutput
impl Unpin for DescribeClientPropertiesOutput
impl UnwindSafe for DescribeClientPropertiesOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more