#[non_exhaustive]pub struct RStudioServerProAppSettings { /* private fields */ }
Expand description
A collection of settings that configure user interaction with the RStudioServerPro
app. RStudioServerProAppSettings
cannot be updated. The RStudioServerPro
app must be deleted and a new one created to make any changes.
Implementations§
source§impl RStudioServerProAppSettings
impl RStudioServerProAppSettings
sourcepub fn access_status(&self) -> Option<&RStudioServerProAccessStatus>
pub fn access_status(&self) -> Option<&RStudioServerProAccessStatus>
Indicates whether the current user has access to the RStudioServerPro
app.
sourcepub fn user_group(&self) -> Option<&RStudioServerProUserGroup>
pub fn user_group(&self) -> Option<&RStudioServerProUserGroup>
The level of permissions that the user has within the RStudioServerPro
app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.
source§impl RStudioServerProAppSettings
impl RStudioServerProAppSettings
sourcepub fn builder() -> RStudioServerProAppSettingsBuilder
pub fn builder() -> RStudioServerProAppSettingsBuilder
Creates a new builder-style object to manufacture RStudioServerProAppSettings
.
Trait Implementations§
source§impl Clone for RStudioServerProAppSettings
impl Clone for RStudioServerProAppSettings
source§fn clone(&self) -> RStudioServerProAppSettings
fn clone(&self) -> RStudioServerProAppSettings
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 RStudioServerProAppSettings
impl Debug for RStudioServerProAppSettings
source§impl PartialEq<RStudioServerProAppSettings> for RStudioServerProAppSettings
impl PartialEq<RStudioServerProAppSettings> for RStudioServerProAppSettings
source§fn eq(&self, other: &RStudioServerProAppSettings) -> bool
fn eq(&self, other: &RStudioServerProAppSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.