pub struct TaggedListPermissionsStatementBuilder { /* private fields */ }Expand description
Builder for TaggedListPermissionsStatement.
Implementations
sourceimpl 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
sourceimpl Clone for TaggedListPermissionsStatementBuilder
 
impl Clone for TaggedListPermissionsStatementBuilder
sourcefn clone(&self) -> TaggedListPermissionsStatementBuilder
 
fn clone(&self) -> TaggedListPermissionsStatementBuilder
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 more
Auto Trait Implementations
impl RefUnwindSafe for TaggedListPermissionsStatementBuilder
impl Send for TaggedListPermissionsStatementBuilder
impl Sync for TaggedListPermissionsStatementBuilder
impl Unpin for TaggedListPermissionsStatementBuilder
impl UnwindSafe for TaggedListPermissionsStatementBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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