Struct aws_sdk_appstream::types::UserSetting
source · #[non_exhaustive]pub struct UserSetting { /* private fields */ }
Expand description
Describes an action and whether the action is enabled or disabled for users during their streaming sessions.
Implementations§
source§impl UserSetting
impl UserSetting
sourcepub fn permission(&self) -> Option<&Permission>
pub fn permission(&self) -> Option<&Permission>
Indicates whether the action is enabled or disabled.
source§impl UserSetting
impl UserSetting
sourcepub fn builder() -> UserSettingBuilder
pub fn builder() -> UserSettingBuilder
Creates a new builder-style object to manufacture UserSetting
.
Trait Implementations§
source§impl Clone for UserSetting
impl Clone for UserSetting
source§fn clone(&self) -> UserSetting
fn clone(&self) -> UserSetting
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 UserSetting
impl Debug for UserSetting
source§impl PartialEq<UserSetting> for UserSetting
impl PartialEq<UserSetting> for UserSetting
source§fn eq(&self, other: &UserSetting) -> bool
fn eq(&self, other: &UserSetting) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.