Struct aws_sdk_quicksight::model::SessionTag
source · [−]#[non_exhaustive]pub struct SessionTag { /* private fields */ }Expand description
The key-value pair used for the row-level security tags feature.
Implementations
sourceimpl SessionTag
impl SessionTag
sourceimpl SessionTag
impl SessionTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SessionTag.
Trait Implementations
sourceimpl Clone for SessionTag
impl Clone for SessionTag
sourcefn clone(&self) -> SessionTag
fn clone(&self) -> SessionTag
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 SessionTag
impl Debug for SessionTag
sourceimpl PartialEq<SessionTag> for SessionTag
impl PartialEq<SessionTag> for SessionTag
sourcefn eq(&self, other: &SessionTag) -> bool
fn eq(&self, other: &SessionTag) -> bool
impl StructuralPartialEq for SessionTag
Auto Trait Implementations
impl RefUnwindSafe for SessionTag
impl Send for SessionTag
impl Sync for SessionTag
impl Unpin for SessionTag
impl UnwindSafe for SessionTag
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