pub struct TaggedListPermissionsStatementBuilder { /* private fields */ }
Expand description
Builder for TaggedListPermissionsStatement
.
Implementations§
Source§impl TaggedListPermissionsStatementBuilder
impl TaggedListPermissionsStatementBuilder
pub fn permission(&mut self, value: Tag<PermissionKind>) -> &mut Self
pub fn resource(&mut self, value: Tag<Resource>) -> &mut Self
pub fn of(&mut self, value: Tag<Name>) -> &mut Self
pub fn set_no_recursive(&mut self, value: bool) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<TaggedListPermissionsStatement, TaggedListPermissionsStatementBuilderError>
pub fn build( &self, ) -> Result<TaggedListPermissionsStatement, TaggedListPermissionsStatementBuilderError>
Trait Implementations§
Source§impl Clone for TaggedListPermissionsStatementBuilder
impl Clone for TaggedListPermissionsStatementBuilder
Source§fn clone(&self) -> TaggedListPermissionsStatementBuilder
fn clone(&self) -> TaggedListPermissionsStatementBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TaggedListPermissionsStatementBuilder
impl RefUnwindSafe for TaggedListPermissionsStatementBuilder
impl Send for TaggedListPermissionsStatementBuilder
impl Sync for TaggedListPermissionsStatementBuilder
impl Unpin for TaggedListPermissionsStatementBuilder
impl UnwindSafe for TaggedListPermissionsStatementBuilder
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