Struct aws_sdk_appstream::output::DisableUserOutput
source · #[non_exhaustive]pub struct DisableUserOutput {}Implementations§
source§impl DisableUserOutput
impl DisableUserOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableUserOutput.
Trait Implementations§
source§impl Clone for DisableUserOutput
impl Clone for DisableUserOutput
source§fn clone(&self) -> DisableUserOutput
fn clone(&self) -> DisableUserOutput
Returns a copy 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 DisableUserOutput
impl Debug for DisableUserOutput
source§impl PartialEq<DisableUserOutput> for DisableUserOutput
impl PartialEq<DisableUserOutput> for DisableUserOutput
source§fn eq(&self, other: &DisableUserOutput) -> bool
fn eq(&self, other: &DisableUserOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.