Struct aws_sdk_grafana::model::RoleValues
source · [−]#[non_exhaustive]pub struct RoleValues { /* private fields */ }
Expand description
This structure defines which groups defined in the SAML assertion attribute are to be mapped to the Grafana Admin
and Editor
roles in the workspace.
Implementations
sourceimpl RoleValues
impl RoleValues
sourceimpl RoleValues
impl RoleValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RoleValues
.
Trait Implementations
sourceimpl Clone for RoleValues
impl Clone for RoleValues
sourcefn clone(&self) -> RoleValues
fn clone(&self) -> RoleValues
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 Debug for RoleValues
impl Debug for RoleValues
sourceimpl PartialEq<RoleValues> for RoleValues
impl PartialEq<RoleValues> for RoleValues
sourcefn eq(&self, other: &RoleValues) -> bool
fn eq(&self, other: &RoleValues) -> bool
impl StructuralPartialEq for RoleValues
Auto Trait Implementations
impl RefUnwindSafe for RoleValues
impl Send for RoleValues
impl Sync for RoleValues
impl Unpin for RoleValues
impl UnwindSafe for RoleValues
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