#[non_exhaustive]pub struct SnapshotAnonymousUserRedactedBuilder { /* private fields */ }Expand description
A builder for SnapshotAnonymousUserRedacted.
Implementations§
source§impl SnapshotAnonymousUserRedactedBuilder
impl SnapshotAnonymousUserRedactedBuilder
sourcepub fn row_level_permission_tag_keys(self, input: impl Into<String>) -> Self
pub fn row_level_permission_tag_keys(self, input: impl Into<String>) -> Self
Appends an item to row_level_permission_tag_keys.
To override the contents of this collection use set_row_level_permission_tag_keys.
The tag keys for the RowLevelPermissionTags.
sourcepub fn set_row_level_permission_tag_keys(
self,
input: Option<Vec<String>>
) -> Self
pub fn set_row_level_permission_tag_keys( self, input: Option<Vec<String>> ) -> Self
The tag keys for the RowLevelPermissionTags.
sourcepub fn get_row_level_permission_tag_keys(&self) -> &Option<Vec<String>>
pub fn get_row_level_permission_tag_keys(&self) -> &Option<Vec<String>>
The tag keys for the RowLevelPermissionTags.
sourcepub fn build(self) -> SnapshotAnonymousUserRedacted
pub fn build(self) -> SnapshotAnonymousUserRedacted
Consumes the builder and constructs a SnapshotAnonymousUserRedacted.
Trait Implementations§
source§impl Clone for SnapshotAnonymousUserRedactedBuilder
impl Clone for SnapshotAnonymousUserRedactedBuilder
source§fn clone(&self) -> SnapshotAnonymousUserRedactedBuilder
fn clone(&self) -> SnapshotAnonymousUserRedactedBuilder
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 Default for SnapshotAnonymousUserRedactedBuilder
impl Default for SnapshotAnonymousUserRedactedBuilder
source§fn default() -> SnapshotAnonymousUserRedactedBuilder
fn default() -> SnapshotAnonymousUserRedactedBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SnapshotAnonymousUserRedactedBuilder
impl PartialEq for SnapshotAnonymousUserRedactedBuilder
source§fn eq(&self, other: &SnapshotAnonymousUserRedactedBuilder) -> bool
fn eq(&self, other: &SnapshotAnonymousUserRedactedBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SnapshotAnonymousUserRedactedBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SnapshotAnonymousUserRedactedBuilder
impl Send for SnapshotAnonymousUserRedactedBuilder
impl Sync for SnapshotAnonymousUserRedactedBuilder
impl Unpin for SnapshotAnonymousUserRedactedBuilder
impl UnwindSafe for SnapshotAnonymousUserRedactedBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.